Gst.BufferList.prototype.get
function get(idx:Number):Gst.Buffer { // Gjs wrapper for gst_buffer_list_get() }
Get the buffer at idx.
- idx
the index
- Returns
the buffer at idx in @group or NULL when there is no buffer. The buffer remains valid as long as list is valid.