Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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, |