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