opus_encoder_get_size

Function opus_encoder_get_size 

Source
pub unsafe extern "C" fn opus_encoder_get_size(channels: i32) -> i32
Expand description

Gets the size of an OpusEncoder structure. @param[in] channels int: Number of channels. This must be 1 or 2. @returns The size in bytes.