Microsoft DirectX 9.0 |
The Reset method resets the object so that it can receive more data.
Syntax
void Reset(void);
Return Value
No return value.
Remarks
This method resets the COutputQueue::m_hr member variable to S_OK. The object can receive media samples again; for example, after a flush operation.
See Also