Function psp::sys::sceAtracGetNextSample

source ·
#[no_mangle]
pub unsafe extern "C" fn sceAtracGetNextSample(
    atrac_id: i32,
    out_n: *mut i32
) -> i32
Expand description

Gets the number of samples of the next frame to be decoded.

§Parameters

  • atrac_id: the atrac ID
  • out_n: pointer to receives the number of samples of the next frame.

§Return Value

< 0 on error, otherwise 0