CBaseFilter::IsStopped

 
Microsoft DirectShow 9.0

CBaseFilter::IsStopped

The IsStopped method determines whether the filter is currently stopped.

Syntax

  BOOL IsStopped(void);

Return Value

Returns TRUE if the filter is stopped, or FALSE otherwise.

Requirements

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

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

See Also