Vcl.MPlayer.TMediaPlayer.TrackPosition

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TrackPosition[TrackNum: Integer]: Longint read GetTrackPosition;

C++

__property int TrackPosition[int TrackNum] = {read=GetTrackPosition};

Properties

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

Description

Reports the starting position of the track.

TrackPosition reports the starting position of the track specified by the TrackNum index.

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

See Also