![]() |
![]() |
![]() |
Audio.SeekStopPosition Method |
Language: |
Sets a new stop position in playback.
Visual Basic .NET Public Function SeekStopPosition( _
ByVal time As Double, _
ByVal flags As SeekPositionFlags _
) As DoubleC# 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;
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.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center