Home | History | Annotate | Download | only in include

Lines Matching refs:opus_encoder_ctl

111   * It is possible to change some of the encoder's settings using the opus_encoder_ctl()
116 * opus_encoder_ctl(enc, OPUS_SET_BITRATE(bitrate));
117 * opus_encoder_ctl(enc, OPUS_SET_COMPLEXITY(complexity));
118 * opus_encoder_ctl(enc, OPUS_SET_SIGNAL(signal_type));
328 OPUS_EXPORT int opus_encoder_ctl(OpusEncoder *st, int request, ...) OPUS_ARG_NONNULL(1);