Searched refs:OPUS_ENC_CTL_API (Results 1 – 2 of 2) sorted by relevance
89 #define OPUS_ENC_CTL_API opus_multistream_encoder_ctl macro110 #define OPUS_ENC_CTL_API opus_encoder_ctl macro215 OPUS_ENC_CTL_API(mEncoder, OPUS_SET_APPLICATION(application)); in initEncoder()219 OPUS_ENC_CTL_API(mEncoder, OPUS_SET_COMPLEXITY(complexity)); in initEncoder()223 OPUS_ENC_CTL_API(mEncoder, OPUS_SET_DTX(setDTX)); in initEncoder()227 OPUS_ENC_CTL_API(mEncoder, OPUS_SET_SIGNAL(signal)); in initEncoder()231 OPUS_ENC_CTL_API(mEncoder, OPUS_SET_VBR(setVBR)); in initEncoder()235 OPUS_ENC_CTL_API(mEncoder, OPUS_SET_VBR_CONSTRAINT(setVBRConstraint)); in initEncoder()241 OPUS_ENC_CTL_API(mEncoder, OPUS_SET_BITRATE(bitRate)); in initEncoder()246 OPUS_ENC_CTL_API(mEncoder, OPUS_SET_FORCE_CHANNELS(forceChannel)); in initEncoder()[all …]
82 Following arguments are passed to OPUS_ENC_CTL_API: