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