Skip to main content

slDefaultDeviceIDMapChangedCallback

Type Alias slDefaultDeviceIDMapChangedCallback 

Source
pub type slDefaultDeviceIDMapChangedCallback = Option<unsafe extern "C" fn(caller: SLAudioIODeviceCapabilitiesItf, pContext: *mut c_void, isOutput: SLboolean, numDevices: SLint32)>;

Aliased Type§

pub enum slDefaultDeviceIDMapChangedCallback {
    None,
    Some(unsafe extern "C" fn(*const *const SLAudioIODeviceCapabilitiesItf_, *mut c_void, u32, i32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.