CBaseFilter::Pause

 
Microsoft DirectShow 9.0

CBaseFilter::Pause

The Pause method pauses the filter. This method implements the IMediaFilter::Pause method.

Syntax

  HRESULT Pause(void);

Return Value

Returns S_OK if successful, or an HRESULT value indicating the cause of the error.

Remarks

This method calls the CBasePin::Active method on each of the filter's connected pins.

Requirements

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

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

See Also