CBaseMediaFilter::IsActive
Microsoft DirectShow 9.0 |
CBaseMediaFilter::IsActive
The IsActive method determines whether the object is active (running or paused).
Syntax
BOOL IsActive(void);
Return Value
Returns TRUE if the object is paused or running, or FALSE if it is stopped.
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also