Microsoft DirectX 9.0 |
The CBaseInputPin method begins a flush operation. This method implements the IPin::BeginFlush method.
Syntax
HRESULT BeginFlush(void);
Return Value
Returns S_OK.
Remarks
This method sets the CBaseInputPin::m_bFlushing flag to TRUE, which causes the CBaseInputPin::Receive method to reject any more samples.
The derived class must override this method and perform the following steps:
See Also