Share via


CPosPassThru::put_CurrentPosition

 
Microsoft DirectShow 9.0

CPosPassThru::put_CurrentPosition

The put_CurrentPosition method sets the current position, relative to the total duration of the stream. This method implements the IMediaPosition::put_CurrentPosition method.

Syntax

  HRESULT put_CurrentPosition(
    REFTIME llTime
);

Parameters

llTime

New position, 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