FMX.MediaLibrary.TAudioInfo.Lyrics

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Lyrics: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall Lyrics(void) = 0 ;

Properties

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


Description

Gets the lyrics of an audio media file.

Use the Lyrics method in order to obtain the lyrics of the TAudioInfo object.

See Also