Share via


CQueue::GetQueueObject

 
Microsoft DirectShow 9.0

CQueue::GetQueueObject

Retrieves the next item from the queue.

Syntax

  T GetQueueObject(void);

Return Value

Returns an object of type T (the template type).

Remarks

This method blocks until an item is available on the queue.

Requirements

**  Header:** Declared in Wxutil.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also