Vcl.MPlayer.TMediaPlayer.StartPos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StartPos: Longint read FFrom write SetFrom;

C++

__property int StartPos = {read=FFrom, write=SetFrom, nodefault};

Properties

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

Description

Specifies the position within the currently loaded medium from which to begin playing or recording.

StartPos is specified using the current time format, which is specified in the TimeFormat property.

The StartPos property affects only the next Play or StartRecording method called after setting StartPos. Reset must be set to StartPos to affect any subsequent calls to Play or StartRecording.

StartPos does not affect the current position of the medium (specified in the Position property) until the next Play or StartRecording method is called.

See Also