Share via


CBaseMediaFilter::Pause

 
Microsoft DirectShow 9.0

CBaseMediaFilter::Pause

Pauses the object. Implements the IMediaFilter::Pause method.

Syntax

  HRESULT Pause(void);

Return Value

Returns S_OK.

Remarks

In the base class, this method sets the CBaseMediaFilter::m_State member variable to State_Paused but does nothing else.

Requirements

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

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

See Also