Vcl.MPlayer.TMediaPlayer.TrackLength

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TrackLength[TrackNum: Integer]: Longint read GetTrackLength;

C++

__property int TrackLength[int TrackNum] = {read=GetTrackLength};

Properties

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

Description

Reports the length of the track.

TrackLength reports the length of the track specified by the TrackNum index.

The value of TrackLength is specified according to the current time format, which is specified in the TimeFormat property.

See Also