Type Alias FMOD_OUTPUT_OPENPORT_CALLBACK

Source
pub type FMOD_OUTPUT_OPENPORT_CALLBACK = Option<unsafe extern "C" fn(output_state: *mut FMOD_OUTPUT_STATE, portType: FMOD_PORT_TYPE, portIndex: FMOD_PORT_INDEX, portId: *mut c_int, portRate: *mut c_int, portChannels: *mut c_int, portFormat: *mut FMOD_SOUND_FORMAT) -> FMOD_RESULT>;

Aliased Type§

enum FMOD_OUTPUT_OPENPORT_CALLBACK {
    None,
    Some(unsafe extern "C" fn(*mut FMOD_OUTPUT_STATE, u32, u64, *mut i32, *mut i32, *mut i32, *mut u32) -> FMOD_RESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut FMOD_OUTPUT_STATE, u32, u64, *mut i32, *mut i32, *mut i32, *mut u32) -> FMOD_RESULT)

Some value of type T.