FMX.MediaLibrary.TVideoInfo.Resolution

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Resolution: TSize; virtual; abstract;

C++

virtual System::Types::TSize __fastcall Resolution() = 0 ;

Properties

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


Description

Gets the resolution of a video media file.

Use the Resolution method in order to obtain the resolution of the TVideoInfo object.

See Also