CBaseRenderer::SourceThreadCanWait
A version of this page is also available for
4/8/2010
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
Windows Embedded CE | Windows CE 2.12 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
Note | Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements For more information, see Setting Up the Build Environment, Version 2.12 requires DXPAK 1.0 or later |