Microsoft DirectX 9.0

CPosPassThru::get_StopTime

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

Syntax

HRESULT get_StopTime(
    REFTIME *pllTime
);

Parameters

pllTime

Pointer to a variable that receives the stop time, in seconds.

Return Value

Returns the HRESULT value from the connected pin.

See Also