Function psp::sys::sceAudioSetChannelDataLen

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

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

§Parameters

  • channel: The channel number.
  • sample_count: The number of samples to output in one output call.

§Return value

0 on success, <0 on error.