Home
last modified time | relevance | path

Searched defs:CodecOpusConfig (Results 1 – 1 of 1) sorted by relevance

/dports/net/pjsip/pjproject-2.11.1/pjsip/include/pjsua2/
H A Dmedia.hpp2449 struct CodecOpusConfig struct
2451 unsigned sample_rate; /**< Sample rate in Hz. */
2452 unsigned channel_cnt; /**< Number of channels. */
2453 unsigned frm_ptime; /**< Frame time in msec. */
2454 unsigned bit_rate; /**< Encoder bit rate in bps. */
2455 unsigned packet_loss; /**< Encoder's expected packet loss pct. */
2456 unsigned complexity; /**< Encoder complexity, 0-10(10 is highest)*/
2457 bool cbr; /**< Constant bit rate? */