Type Alias gstreamer_sys::GstBufferListFunc
source · pub type GstBufferListFunc = Option<unsafe extern "C" fn(_: *mut *mut GstBuffer, _: c_uint, _: gpointer) -> gboolean>;
Aliased Type§
enum GstBufferListFunc {
None,
Some(unsafe extern "C" fn(_: *mut *mut GstBuffer, _: u32, _: *mut c_void) -> i32),
}