BufferList.this

Creates a new, empty GstBufferList. The caller is responsible for unreffing the returned GstBufferList. The list will have size space preallocated so that memory reallocations can be avoided. Free-function: gst_buffer_list_unref

  1. this(GstBufferList* gstBufferList)
  2. this()
  3. this(uint size)
    class BufferList
    this
    (
    uint size
    )

Parameters

size uint

an initial reserved size

Throws

ConstructionException GTK+ fails to create the object.

Meta