pub unsafe extern "C" fn opus_packet_has_lbrr(
packet: *const c_uchar,
len: opus_int32,
) -> c_intExpand description
Checks whether an Opus packet has LBRR. @param [in] packet char*: Opus packet @param [in] len opus_int32: Length of packet @returns 1 is LBRR is present, 0 otherwise @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type