ltmmPlayCtrl.CurrentTrackingPosition Property

Visual Basic example

Syntax

object.CurrentTrackingPosition As Long

Remarks

Gets or sets the current tracking position.

The tracking position is a normalized form of the media position. It always has the same range, 0 to 10,000. This makes it ideal for use with a track bar.

Users should call CheckSeekingCapabilities to determine if ltmmPlay_Seeking_Backward and ltmmPlay_Seeking_Forward are enabled before setting this property. For more information on the ltmmPlay_Seeking constants, refer to ltmmPlay_Seeking Constants.

See Also

Elements:

ltmmPlayCtrl.CurrentFramePosition Property, ltmmPlayCtrl.CurrentPosition Property

Topics:

Multimedia Properties, Methods and Events