File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 169
169
< dt > < dfn dict-member for =OpusEncoderConfig > packetlossperc</ dfn > </ dt >
170
170
< dd >
171
171
Configures the encoder's expected packet loss percentage. The valid range is
172
- `0` to `100`. If no value is specified, the default is `0`.
172
+ `0` to `100`.
173
173
174
174
NOTE: The packet loss percentage might be updated over the course of the encoding, and
175
175
it is recommended for User Agents to support these reconfigurations.
176
176
</ dd >
177
177
< dt > < dfn dict-member for =OpusEncoderConfig > useinbandfec</ dfn > </ dt >
178
178
< dd >
179
- Specifies whether the encoder provides Opus in-band FEC. If no value is specified,
180
- the default is `false`.
179
+ Specifies whether the encoder provides Opus in-band FEC.
181
180
</ dd >
182
181
< dt > < dfn dict-member for =OpusEncoderConfig > usedtx</ dfn > </ dt >
183
182
< dd >
184
- Specifies if the encoder uses DTX. If no value is specified, the default is `false`.
183
+ Specifies if the encoder uses DTX.
185
184
</ dd >
186
185
</ dl >
187
186
You can’t perform that action at this time.
0 commit comments