QueueArray.this

Allocates a new #GstQueueArray object for elements (e.g. structures) of size @struct_size, with an initial queue size of @initial_size.

  1. this(GstQueueArray* gstQueueArray, bool ownedRef)
  2. this(uint initialSize)
  3. this(size_t structSize, uint initialSize)
    class QueueArray
    this
    (
    size_t structSize
    ,)

Parameters

structSize size_t

Size of each element (e.g. structure) in the array

initialSize uint

Initial size of the new queue

Return Value

a new #GstQueueArray object

Throws

ConstructionException GTK+ fails to create the object.

Meta