Skip to main content

opus_packet_get_bandwidth

Function opus_packet_get_bandwidth 

Source
pub unsafe extern "C" fn opus_packet_get_bandwidth(
    data: *const c_uchar,
) -> c_int
Expand description

Gets the bandwidth of an Opus packet.

§Arguments

  • data [in] - char*: Opus packet

§Returns