Function psp::sys::sceAudioOutput2ChangeLength

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

Change the output sample count, after it’s already been reserved

§Parameters

  • sample_count: The number of samples to output in one output call (min 17, max 4111)

§Return value

0 on success, <0 on error.