Microsoft DirectX 9.0 |
This topic applies to Windows XP Service Pack 1 only.
The PositionMode property indicates how position values are interpreted by this object.
Syntax
objVidPlayback.PositionMode As PositionModeList
Parameters
This property takes no parameters.
Error Codes
If the property fails, an error is raised and Err.Number is set to a value other than zero.
Return Values
Returns a PositionModeList constant:
Constant | Value | Description |
FrameMode | 0 | Values are specified as frame numbers. |
TenthsSecondsMode | 1 | Values are specified as hundredths of seconds. |
Remarks
The value of this property determines how the Length and CurrentPosition properties are interpreted.
This property is read/write.
See Also