Microsoft DirectX 9.0 |
The Inactive method shuts down the worker thread that pulls data from the output pin. This method also decommits the allocator.
Syntax
HRESULT Inactive(void);
Parameters
This method takes no parameters.
Return Values
Returns S_OK.
Remarks
Call this method when the owning filter becomes inactive. (If your input pin derives from CBasePin, override the CBasePin::Inactive method.)
See Also