FMX.MediaLibrary.TAudioInfo.Composer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Composer: string; virtual; abstract;

C++

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

Properties

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


Description

Gets the composer of an audio media file.

Use the Composer method in order to obtain the composer name of the TAudioInfo object.

See Also