FMX.MediaLibrary.IFMXVideoManagerService.GetVideo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetVideo(const Index: Integer): TVideoInfo;

C++

virtual TVideoInfo* __fastcall GetVideo(const int Index) = 0 ;

Properties

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


Description

Returns a video file indicated by index from the mobile store.

Implement GetVideo in order to get the video indicated by index from the mobile store.

See Also