GstBufferPoolAcquireParams

Parameters passed to the gst_buffer_pool_acquire_buffer() function to control the allocation of the buffer. The default implementation ignores the start and stop members but other implementations can use this extra information to decide what buffer to return. GstFormat format; the format of start and stop gint64 start; the start position gint64 stop; the stop position GstBufferPoolAcquireFlags flags; additional flags

Members

Variables

flags
GstBufferPoolAcquireFlags flags;
Undocumented in source.
format
GstFormat format;
Undocumented in source.
start
long start;
Undocumented in source.
stop
long stop;
Undocumented in source.

Meta