Struct gstreamer_sys::GstBufferPoolClass[][src]

#[repr(C)]
pub struct GstBufferPoolClass { pub object_class: GstObjectClass, pub get_options: Option<unsafe extern "C" fn(_: *mut GstBufferPool) -> *mut *mut c_char>, pub set_config: Option<unsafe extern "C" fn(_: *mut GstBufferPool, _: *mut GstStructure) -> gboolean>, pub start: Option<unsafe extern "C" fn(_: *mut GstBufferPool) -> gboolean>, pub stop: Option<unsafe extern "C" fn(_: *mut GstBufferPool) -> gboolean>, pub acquire_buffer: Option<unsafe extern "C" fn(_: *mut GstBufferPool, _: *mut *mut GstBuffer, _: *mut GstBufferPoolAcquireParams) -> GstFlowReturn>, pub alloc_buffer: Option<unsafe extern "C" fn(_: *mut GstBufferPool, _: *mut *mut GstBuffer, _: *mut GstBufferPoolAcquireParams) -> GstFlowReturn>, pub reset_buffer: Option<unsafe extern "C" fn(_: *mut GstBufferPool, _: *mut GstBuffer)>, pub release_buffer: Option<unsafe extern "C" fn(_: *mut GstBufferPool, _: *mut GstBuffer)>, pub free_buffer: Option<unsafe extern "C" fn(_: *mut GstBufferPool, _: *mut GstBuffer)>, pub flush_start: Option<unsafe extern "C" fn(_: *mut GstBufferPool)>, pub flush_stop: Option<unsafe extern "C" fn(_: *mut GstBufferPool)>, pub _gst_reserved: [gpointer; 2], }

Fields

Trait Implementations

impl Copy for GstBufferPoolClass
[src]

impl Clone for GstBufferPoolClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstBufferPoolClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstBufferPoolClass

impl !Sync for GstBufferPoolClass