[ Version ( since = "1.6" ) ]
public BufferList? get_buffer_list (size_t nbytes)
Returns a BufferList of buffers containing the first nbytes
bytes of the
this but does not flush them from the adapter.
See take_buffer_list for details.
Caller owns the returned list. Call gst_buffer_list_unref
to free the list after usage.
this |
a Adapter |
nbytes |
the number of bytes to get |
a BufferList of buffers containing the first |