Function opus_decode

Source
pub unsafe fn opus_decode(
    st: *mut OpusDecoder,
    data: *const u8,
    len: i32,
    pcm: *mut i16,
    frame_size: i32,
    decode_fec: i32,
) -> i32