Share via


CQueue::CQueue

 
Microsoft DirectShow 9.0

CQueue::CQueue

Constructor method.

Syntax

  CQueue(
    int n
);

CQueue(void);

Parameters

n

Size of the queue to create.

Remarks

If created with no parameters, the size of the queue is set to DEFAULT_QUEUESIZE.

Requirements

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

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

See Also