Skip to main content

slPlayCallback

Type Alias slPlayCallback 

Source
pub type slPlayCallback = Option<unsafe extern "C" fn(caller: SLPlayItf, pContext: *mut c_void, event: SLuint32)>;

Aliased Type§

pub enum slPlayCallback {
    None,
    Some(unsafe extern "C" fn(*const *const SLPlayItf_, *mut c_void, u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const *const SLPlayItf_, *mut c_void, u32))

Some value of type T.