Share via


CPosPassThru::put_StopTime

 
Microsoft DirectShow 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.

Requirements

**  Header:** Declared in Ctlutil.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also