CBaseInputPin::IsFlushing
Microsoft DirectShow 9.0 |
CBaseInputPin::IsFlushing
The IsFlushing method queries whether the filter is currently flushing.
Syntax
BOOL IsFlushing(void);
Return Value
Returns the CBaseInputPin::m_bFlushing member variable.
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also