Vcl.MPlayer.TMediaPlayer.Length

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Length: Longint read GetLength;

C++

__property int Length = {read=GetLength, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.MPlayer.pas
Vcl.MPlayer.hpp
Vcl.MPlayer TMediaPlayer

Description

Specifies the length of the medium in the open multimedia device.

Length is specified using the current time format, which is specified by the TimeFormat property.

See Also