CTransformFilter::Pause

 
Microsoft DirectShow 9.0

CTransformFilter::Pause

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

Syntax

  HRESULT Pause(void);

Return Value

Returns S_OK or another HRESULT value.

Remarks

This method calls the StartStreaming method. The StartStreaming method does nothing in the base class, but the derived class can override it.

Requirements

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

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

See Also