File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 120120 [EnforceRange] unsigned long packetlossperc = 0;
121121 boolean useinbandfec = false;
122122 boolean usedtx = false;
123+ BitrateMode bitrateMode = "variable";
123124};
124125</ xmp >
125126</ pre >
169170 Specifies if the encoder uses Discontinuous Transmission (DTX), as described
170171 by section 2.1.9. of [[RFC6716]].
171172 </ dd >
173+ < dt > < dfn dict-member for =OpusEncoderConfig > bitrateMode</ dfn > </ dt >
174+ < dd >
175+ Configures encoder to use a {{BitrateMode/constant}} or
176+ {{BitrateMode/variable}} bitrate mode as defined by [[MEDIASTREAM-RECORDING]].
177+
178+ NOTE: {{BitrateMode/constant}} correspond to Opus CBR and {{BitrateMode/variable}}
179+ correspond to Opus VBR as defined by section-2.1.8. of [[RFC6716]].
180+ </ dd >
172181</ dl >
173182
174183OpusBitstreamFormat {#opus-bitstream-format}
You can’t perform that action at this time.
0 commit comments