FMX.MediaLibrary.IFMXAudioManagerService.GetAudio

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAudio(const Index: Integer): TAudioInfo;

C++

virtual TAudioInfo* __fastcall GetAudio(const int Index) = 0 ;

Properties

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


Description

Gets the audio media file by index from the mobile store.

Implement GetAudio in order to obtain the song indicated by index from the mobile store.

See Also