CBaseRenderer::SourceThreadCanWait (Windows CE 5.0)
Sets or resets the thread event.
virtual HRESULT SourceThreadCanWait(BOOLbCanWait);
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.
Requirements
DirectShow applications and DirectShow filters have different include file and link library requirements.
For more information, see Setting Up the Build Environment.
OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header:
Send Feedback on this topic to the authors