CBaseRenderer::SourceThreadCanWait
Sets or resets the thread event.
virtual HRESULT SourceThreadCanWait(
BOOL bCanWait);
Parameters
- bCanWait
TRUE or FALSE, depending on intent.
Return Values
Returns an HRESULT value.
Remarks
In some states, such as paused or running, it is expected that the upstream filter's thread will be blocked in the call to the renderer's input pin Receive method. In other cases, such as when the renderer is stopped, the upstream filter should not be required to wait. This member function represents a manual reset event that sets this TRUE to wait, or FALSE to keep the thread from waiting.
Last updated on Tuesday, July 13, 2004
© 1992-2000 Microsoft Corporation. All rights reserved.