BufferList.get

gst.buffer.Buffer get(uint idx)

Gets the buffer at idx.

You must make sure that idx does not exceed the number of buffers available.

Parameters

idxthe 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 and buffer is not removed from the list.