CBaseRenderer::SourceThreadCanWait (Compact 2013)
3/26/2014
Sets or resets the thread event.
Syntax
virtual HRESULT SourceThreadCanWait(
BOOL bCanWait
);
Parameters
- bCanWait
TRUE or FALSE, depending on intent.
Return Value
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
Header |
dshow.h, |
Library |
ole32.lib, |