Vcl.MPlayer.TMediaPlayer.EndPos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property EndPos: Longint read FTo write SetTo;

C++

__property int EndPos = {read=FTo, write=SetTo, 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 at which to stop playing or recording.

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

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

See Also