RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMediaPlayer.EndPos Property

Specifies the position within the currently loaded medium at which to stop playing or recording.

Pascal
property EndPos: Longint;
C++
__property Longint EndPos;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!