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