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.
Microsoft DirectShow 9.0 |
COutputQueue::IsQueued
The IsQueued method determines whether the object is using a worker thread to deliver samples.
Syntax
BOOL IsQueued(void);
Return Value
Returns TRUE if the object is using a worker thread, or FALSE otherwise.
Requirements
** Header:** Declared in Outputq.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also