CBaseRenderer::BeginFlush
Microsoft DirectShow 9.0 |
CBaseRenderer::BeginFlush
The BeginFlush method begins a flush operation.
Syntax
virtual HRESULT BeginFlush(void);
Return Value
Returns S_OK.
Remarks
The filter's input pin calls this method when it receives a call to the IPin::BeginFlush method. The filter releases the streaming thread, and releases any sample that it was holding for rendering.
Requirements
** Header:** Declared in Renbase.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also