Type Alias GESCreate Element ForGap Func
Source pub type GESCreateElementForGapFunc = Option<unsafe extern "C" fn(*mut GESTrack) -> *mut GstElement>;Aliased Type§
pub enum GESCreateElementForGapFunc {
None,
Some(unsafe extern "C" fn(*mut GESTrack) -> *mut GstElement),
}