BufferList


Object Hierarchy:

Gst.BufferList Gst.BufferList Gst.BufferList Gst.MiniObject Gst.MiniObject Gst.MiniObject->Gst.BufferList

Description:

[ CCode ( ref_function = "gst_buffer_list_ref" , type_id = "gst_buffer_list_get_type ()" , unref_function = "gst_buffer_list_unref" ) ]
[ Compact ]
public class BufferList : MiniObject

Buffer lists are an object containing a list of buffers.

Buffer lists are created with BufferList and filled with data using insert.

Buffer lists can be pushed on a srcpad with push_list. This is interesting when multiple buffers need to be pushed in one go because it can reduce the amount of overhead for pushing each buffer individually.


Namespace: Gst
Package: gstreamer-1.0

Content:

Static methods:

Creation methods:

Methods:

Inherited Members: