Microsoft DirectX 8.1 (C++) |
The ResetEndOfStream method resets the end-of-stream flags.
Syntax
virtual HRESULT ResetEndOfStream(void);
Return Value
Returns S_OK.
Remarks
This method clears the previous end-of-stream condition. At that point, the filter can receive new data. The CBaseRenderer::Stop and CBaseRenderer::BeginFlush methods call this method.
See Also