Function psp::sys::sceAtracGetBitrate

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

Gets the bitrate.

§Parameters

  • atrac_id: the atracID
  • out_bitrate: pointer to a integer that receives the bitrate in kbps

§Return Value

< 0 on error, otherwise 0