BufferList.newSized

Creates a new, empty #GstBufferList. The list will have size space preallocated so that memory reallocations can be avoided.

class BufferList
static
newSized
(
uint size
)

Parameters

size uint

an initial reserved size

Return Value

Type: gst.buffer_list.BufferList

the new #GstBufferList.