FMX.MediaLibrary.IFMXAudioManagerService.GetGenres

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetGenres: TGenres;

C++

virtual TGenres __fastcall GetGenres() = 0 ;

Properties

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


Description

Gets the Genres from the mobile store.

Implement GetGenres in order to obtain the genres from the mobile store.

See Also