FMX.MediaLibrary.IFMXVideoManagerService.GetAllVideos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAllVideos: TVideos;

C++

virtual TVideos __fastcall GetAllVideos() = 0 ;

Properties

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

Description

Returns all video files from the mobile store.

Implement GetAllVideos in order to get all the videos from the mobile store.

See Also