COutputQueue::IsQueued (Compact 2013)
3/26/2014
Determines if the COutputQueue object is in queued or direct mode.
Syntax
BOOL IsQueued( );
Parameters
None.
Return Value
Returns one of the following values.
Value |
Description |
---|---|
TRUE |
In queued mode. Samples are delivered asynchronously by a worker thread. |
FALSE |
In direct mode. Receive calls are passed synchronously to the input pin. |
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |