Function opusic_sys::opus_dred_parse

source ยท
pub unsafe extern "C" fn opus_dred_parse(
    dred_dec: *mut OpusDREDDecoder,
    dred: *mut OpusDRED,
    data: *const c_uchar,
    len: opus_int32,
    max_dred_samples: opus_int32,
    sampling_rate: opus_int32,
    dred_end: *mut c_int,
    defer_processing: c_int
) -> c_int