CQueue::PutQueueObject
Microsoft DirectShow 9.0 |
CQueue::PutQueueObject
Puts an item onto the queue.
Syntax
void PutQueueObject( T object );
Parameters
object
Object of type T (the template type).
Remarks
This method blocks until there is space in the queue for the item.
Requirements
** Header:** Declared in Wxutil.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also