FMX.MediaLibrary.TVideoInfo.AlbumTitle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AlbumTitle: string; virtual; abstract;

C++

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

Properties

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


Description

Gets the album title of a video media file.

Use the AlbumTitle method in order to obtain the name of the album title for the TVideoInfo object.

See Also