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, bool ownedRef)
  2. this()
  3. this(uint size)
    class BufferList
    this
    (
    uint size
    )

Parameters

size uint

an initial reserved size

Return Value

the new #GstBufferList. gst_buffer_list_unref() after usage.

Throws

ConstructionException GTK+ fails to create the object.

Meta