File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 120
120
[EnforceRange] unsigned long packetlossperc = 0;
121
121
boolean useinbandfec = false;
122
122
boolean usedtx = false;
123
+ BitrateMode bitrateMode = "variable";
123
124
};
124
125
</ xmp >
125
126
</ pre >
169
170
Specifies if the encoder uses Discontinuous Transmission (DTX), as described
170
171
by section 2.1.9. of [[RFC6716]].
171
172
</ 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 >
172
181
</ dl >
173
182
174
183
OpusBitstreamFormat {#opus-bitstream-format}
You can’t perform that action at this time.
0 commit comments