[][src]Function pspsdk_sys::sdk::sceAudioSetChannelDataLen

pub unsafe extern "C" fn sceAudioSetChannelDataLen(
    channel: c_int,
    samplecount: c_int
) -> c_int

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

@param channel - The channel number. @param samplecount - The number of samples to output in one output call.

@return 0 on success, an error if less than 0.