Video.SeekStopPosition Method |
Language: |
Sets a new stop postion in playback.
Visual Basic Public Function SeekStopPosition( _
ByVal time As Double, _
ByVal flags As SeekPositionFlags _
) As DoubleC# public double SeekStopPosition(
double time,
SeekPositionFlags flags
);C++ public:
double SeekStopPosition(
double time,
SeekPositionFlags flags
);JScript public function SeekStopPosition(
time : double,
flags : SeekPositionFlags
) : double;
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.
System.Double
Returns the new stop position.
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.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center