Microsoft DirectX 9.0 SDK Update (October 2004)

Video.SeekStopPosition Method

Language:

Note: This documentation is preliminary and is subject to change.

Sets a new stop postion in playback.

Definition

Visual Basic .NET Public Function SeekStopPosition( _
    ByVal time As Double, _
    ByVal flags As SeekPositionFlags _
) As Double
C# public double SeekStopPosition(
    double time,
    SeekPositionFlags flags
);
Managed C++ public: double SeekStopPosition(
    double time,
    SeekPositionFlags flags
);
JScript .NET public function SeekStopPosition(
    time : double,
    flags : SeekPositionFlags
) : double;

Parameters

time System.Double. Position that is the new stop time for playback.
flags Microsoft.DirectX.AudioVideoPlayback.SeekPositionFlags. The position seek type to use to set the new stop position.

Return Value

System.Double . Returns the new stop position.

Remarks

Exceptions
DirectXException For more information on the cause of this exception, reference the DirectXException.ErrorCode and DirectXException.ErrorString properties to the AudioVideoPlayback error code table.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center