CBasePin::IsStopped
Microsoft DirectShow 9.0 |
CBasePin::IsStopped
The IsStopped method determines whether the filter containing this pin is stopped.
Syntax
BOOL IsStopped(void);
Return Value
Returns TRUE if the filter is stopped. Otherwise, returns FALSE.
Remarks
Do not call this method from within in the CBasePin constructor method, because the filter might not be initialized yet.
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also