Function psp::sys::sceMp3SetLoopNum

source ·
#[no_mangle]
pub unsafe extern "C" fn sceMp3SetLoopNum(
    handle: Mp3Handle,
    loop_: i32
) -> i32
Expand description

§Parameters

  • handle: MP3 handle
  • loop_: Number of loops

§Return Value

0 if success, < 0 on error.