FMX.MediaLibrary.TAudioInfo.AlbumArtist

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AlbumArtist: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall AlbumArtist() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.MediaLibrary.pas
FMX.MediaLibrary.hpp
FMX.MediaLibrary TAudioInfo


Description

Gets the album artist of an audio media file.

Use the AlbumArtist method in order to obtain the name of the album artist for the TAudioInfo object.

See Also