Adapter.takeList

Returns a #GList of buffers containing the first @nbytes bytes of the @adapter. The returned bytes will be flushed from the adapter. When the caller can deal with individual buffers, this function is more performant because no memory should be copied.

Caller owns returned list and contained buffers. gst_buffer_unref() each buffer in the list before freeing the list after usage.

class Adapter
takeList
(
size_t nbytes
)

Parameters

nbytes size_t

the number of bytes to take

Return Value

Type: ListG

a #GList of buffers containing the first @nbytes of the adapter, or %NULL if @nbytes bytes are not available

Meta