Function psp::sys::sceAudioChRelease

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

Release a hardware output channel.

§Parameters

  • channel: The channel to release.

§Return value

0 on success, <0 on error.