FMX.MediaLibrary.IFMXVideoManagerService.GetVideoFromLibrary

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetVideoFromLibrary: TVideos;

C++

virtual TVideos __fastcall GetVideoFromLibrary(void) = 0 ;

Properties

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


Description

Gets the video files from the local library of the device.

Implement GetVideoFromLibrary in order to get the videos from the local library of the device.

See Also