Type Alias gstreamer_sys::GstLogFunction
source · pub type GstLogFunction = Option<unsafe extern "C" fn(_: *mut GstDebugCategory, _: GstDebugLevel, _: *const c_char, _: *const c_char, _: c_int, _: *mut GObject, _: *mut GstDebugMessage, _: gpointer)>;
Aliased Type§
enum GstLogFunction {
None,
Some(unsafe extern "C" fn(_: *mut GstDebugCategory, _: i32, _: *const i8, _: *const i8, _: i32, _: *mut GObject, _: *mut _GstDebugMessage, _: *mut c_void)),
}