Function psp::sys::sceAudioChangeChannelConfig

source ·
#[no_mangle]
pub unsafe extern "C" fn sceAudioChangeChannelConfig(
    channel: i32,
    format: AudioFormat
) -> i32
Expand description

Change the format of a channel

§Parameters

  • channel: The channel number.
  • format: One of AudioFormat.

§Return value

0 on success, < 0 on error.