GESCreateTrackElementsFunc

Type Alias GESCreateTrackElementsFunc 

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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut GESClip, u32) -> *mut GList)

Some value of type T.