Vcl.MPlayer.TMediaPlayer.Position

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Position: Longint read GetPosition write SetPosition;

C++

__property int Position = {read=GetPosition, write=SetPosition, nodefault};

Properties

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

Description

Specifies the current position within the currently loaded medium.

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

Position defaults to the beginning of the medium. If the medium supports multiple tracks, Position defaults to the beginning of the first track.

See Also