Function psp::sys::sceMp3GetInfoToAddStreamData

source ·
#[no_mangle]
pub unsafe extern "C" fn sceMp3GetInfoToAddStreamData(
    handle: Mp3Handle,
    dst: *mut *mut u8,
    to_write: *mut i32,
    src_pos: *mut i32
) -> i32
Expand description

§Parameters

  • handle: MP3 handle
  • dst: Pointer to stream data buffer
  • to_write: Space remaining in stream data buffer
  • src_pos: Position in source stream to start reading from

§Return Value

0 if success, < 0 on error.