FMOD_System_SetSpeakerPosition

Function FMOD_System_SetSpeakerPosition 

Source
pub unsafe extern "C" fn FMOD_System_SetSpeakerPosition(
    system: *mut FMOD_SYSTEM,
    speaker: FMOD_SPEAKER,
    x: f32,
    y: f32,
    active: FMOD_BOOL,
) -> FMOD_RESULT