pub type AudioUnitGetPropertyInfoProc = Option<unsafe extern "C-unwind" fn(NonNull<c_void>, AudioUnitPropertyID, AudioUnitScope, AudioUnitElement, *mut u32, *mut u8) -> i32>;Available on crate feature
AUComponent only.Expand description
Aliased Type§
pub enum AudioUnitGetPropertyInfoProc {
None,
Some(unsafe extern "C-unwind" fn(NonNull<c_void>, u32, u32, u32, *mut u32, *mut u8) -> i32),
}