FMX.MediaLibrary.TAudioInfo.Genre
Delphi
function Genre: string; virtual; abstract;
C++
virtual System::UnicodeString __fastcall Genre() = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.MediaLibrary.pas FMX.MediaLibrary.hpp |
FMX.MediaLibrary | TAudioInfo |
Description
Gets the genre of an audio media file.
Use the Genre method in order to obtain the genre of the TAudioInfo object.