BufferList.this

Creates a new, empty gstreamer.BufferList The caller is responsible for unreffing the returned gstreamer.BufferList 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

Throws

ConstructionException GTK+ fails to create the object.