FMX.MediaLibrary.TVideoInfo

From RAD Studio API Documentation
Jump to: navigation, search

FMX.MediaLibrary.TMediaInfoSystem.TObjectTVideoInfo

Delphi

TVideoInfo = class abstract(TMediaInfo)

C++

class PASCALIMPLEMENTATION TVideoInfo : public TMediaInfo

Properties

Type Visibility Source Unit Parent
class public
FMX.MediaLibrary.pas
FMX.MediaLibrary.hpp
FMX.MediaLibrary FMX.MediaLibrary

Description

TVideoInfo defines a video media file.

TVideoInfo encapsulates functions to extract standard information about a video like Title, Artist, AlbumTitle. For the full list of functions, see the TVideoInfo Methods.

See Also