[ Version ( since = "1.6" ) ]
public List<Buffer>? get_list (size_t nbytes)
Returns a List of buffers containing the first nbytes
bytes of the
this, but does not flush them from the adapter.
See take_list for details.
Caller owns returned list and contained buffers. gst_buffer_unref
each buffer in the list before freeing the list after
usage.
this |
a Adapter |
nbytes |
the number of bytes to get |
a List of buffers containing the first |