RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMediaPlayer.Start Property

Specifies the starting position within the currently loaded medium.

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

Start is the beginning of the medium for devices that don't use tracks, or the beginning of the first track for devices that use tracks. Start is defined when a multimedia device is opened with the Open method. Start is specified according to the current time format, which is stored in the TimeFormat property. Start is read-only at runtime and is unavailable at design time. 

 

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