FMX.MediaLibrary.TVideoInfo.Duration

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Duration: TTime; virtual; abstract;

C++

virtual System::TTime __fastcall Duration() = 0 ;

Properties

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


Description

Gets the duration of a video media file.

Use the Duration method in order to obtain the duration of the TVideoInfo object.

See Also