AtomicQueue.this

Create a new atomic queue instance. @initial_size will be rounded up to the nearest power of 2 and used as the initial size of the queue.

  1. this(GstAtomicQueue* gstAtomicQueue, bool ownedRef)
  2. this(uint initialSize)
    class AtomicQueue
    this

Parameters

initialSize uint

initial queue size

Return Value

a new #GstAtomicQueue

Throws

ConstructionException GTK+ fails to create the object.

Meta