Microsoft DirectX 9.0 |
The Run method runs the filter.
Syntax
HRESULT Run(void);
Return Value
Returns S_OK if successful, or an HRESULT value indicating the cause of the error.
Remarks
This method overrides the CBaseFilter::Run method. It performs the following actions:
If the filter is not connected, it posts an EC_COMPLETE event immediately.
See Also