Function psp::sys::sceMpegAtracDecode

source ·
#[no_mangle]
pub unsafe extern "C" fn sceMpegAtracDecode(
    handle: SceMpeg,
    au: *mut SceMpegAu,
    buffer: *mut c_void,
    init: i32
) -> i32
Expand description

§Parameters

  • handle: Instance handle
  • au: video SceMpegAu
  • buffer: buffer that will contain the decoded frame
  • init: set this to 1 on first call

§Return Value

0 if success.