GESCreateTrackElementFunc

Type Alias GESCreateTrackElementFunc 

Source
pub type GESCreateTrackElementFunc = Option<unsafe extern "C" fn(*mut GESClip, GESTrackType) -> *mut GESTrackElement>;

Aliased Type§

pub enum GESCreateTrackElementFunc {
    None,
    Some(unsafe extern "C" fn(*mut GESClip, u32) -> *mut GESTrackElement),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.