Microsoft DirectX 9.0

IMediaPosition.StopTime

The StopTime property sets or retrieves the stop time.

Syntax

objMediaPosition.StopTime As Double

Parameters

This property takes no parameters.

Return Values

Returns the stop time, in seconds, relative to the start of the original source.

Remarks

This property is read/write.

The stop time is calculated before the rate, so the position is relative to normal playback speed.

See Also