Function psp::sys::sceAudioOutputBlocking

source ·
#[no_mangle]
pub unsafe extern "C" fn sceAudioOutputBlocking(
    channel: i32,
    vol: i32,
    buf: *mut c_void
) -> i32
Expand description

Output audio to the specified channel (blocking)

§Parameters

  • channel: The channel number.
  • vol: The volume.
  • buf: Pointer to PCM data to output

§Return value

0 on success, <0 on error.