Type Alias GESCreate Track Elements Func
Source pub type GESCreateTrackElementsFunc = Option<unsafe extern "C" fn(*mut GESClip, GESTrackType) -> *mut GList>;Aliased Type§
pub enum GESCreateTrackElementsFunc {
None,
Some(unsafe extern "C" fn(*mut GESClip, u32) -> *mut GList),
}