Function psp::sys::sceAudioOutput2OutputBlocking

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

Output audio (blocking)

§Parameters

  • vol: The volume.
  • buf: Pointer to PCM data.

§Return value

0 on success, <0 on error.