Function psp::sys::sceAtracSetDataAndGetID

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

Creates a new Atrac ID from the specified data

§Parameters

  • buf: the buffer holding the atrac3 data, including the RIFF/WAVE header.
  • bufsize: the size of the buffer pointed by buf

§Return Value

the new atrac ID, or < 0 on error