Type Alias gstreamer_base_sys::GstDataQueueFullCallback
source · pub type GstDataQueueFullCallback = Option<unsafe extern "C" fn(_: *mut GstDataQueue, _: gpointer)>;
Aliased Type§
enum GstDataQueueFullCallback {
None,
Some(unsafe extern "C" fn(_: *mut GstDataQueue, _: *mut c_void)),
}