Microsoft DirectX 9.0

CBaseFilter::IsActive

The IsActive method determines whether the filter is currently active (running or paused).

Syntax

BOOL IsActive(void);

Return Value

Returns TRUE if the filter is paused or running, or FALSE if it is stopped.

See Also