Microsoft DirectX 8.1 (C++)

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.

See Also