ltmmPlayCtrl.CheckSeekingCapabilities Method

Visual Basic example

Syntax

object.CheckSeekingCapabilities(Mask As Long) As Long

Remarks

Specifies whether the object is capable of performing a specified seeking operation.

Declare a long value equal to the bitwise-OR combination of the ltmmPlay_Seeking Constants attributes that you want to test. Pass this value in the Mask parameter. The return value indicates whether some, none, or all of the requested capabilities are present.

See Also

Elements:

ltmmPlayCtrl.CurrentPosition Property, ltmmPlayCtrl.CurrentFramePosition Property, ltmmPlayCtrl.CurrentTrackingPosition Property, ltmmPlay_Seeking Constants

Topics:

Multimedia Properties, Methods and Events