Microsoft DirectX 9.0

CPosPassThru::put_StopTime

The put_StopTime method sets the time at which the playback will stop, relative to the duration of the stream. This method implements the IMediaPosition::put_StopTime method.

Syntax

HRESULT put_StopTime(
    REFTIME llTime
);

Parameters

llTime

Stop time as a double value, in seconds.

Return Value

Returns the HRESULT value from the connected pin.

See Also