Function opus_decoder_get_size

Source
pub unsafe extern "C" fn opus_decoder_get_size(
    channels: c_int,
) -> c_int
Expand description

Gets the size of an OpusDecoder structure.

§Arguments

  • channels [in] - int: Number of channels. This must be 1 or 2.

§Returns

The size in bytes.