Type Alias GstDataQueueFullCallback
Sourcepub 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)),
}