Skip to content

Commit e0f0ce1

Browse files
Remove text description of defaults
1 parent f04a514 commit e0f0ce1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

opus_codec_registration.src.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@
158158
<dt><dfn dict-member for=OpusEncoderConfig>frameDuration</dfn></dt>
159159
<dd>
160160
Configures the frame duration, in milliseconds, of output {{EncodedAudioChunk}}s.
161-
If not specified, the default is `20` milliseconds.
162161
</dd>
163162
<dt><dfn dict-member for=OpusEncoderConfig>complexity</dfn></dt>
164163
<dd>
@@ -170,19 +169,18 @@
170169
<dt><dfn dict-member for=OpusEncoderConfig>packetlossperc</dfn></dt>
171170
<dd>
172171
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`.
174173

175174
NOTE: The packet loss percentage might be updated over the course of the encoding, and
176175
it is recommended for User Agents to support these reconfigurations.
177176
</dd>
178177
<dt><dfn dict-member for=OpusEncoderConfig>useinbandfec</dfn></dt>
179178
<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.
182180
</dd>
183181
<dt><dfn dict-member for=OpusEncoderConfig>usedtx</dfn></dt>
184182
<dd>
185-
Specifies if the encoder uses DTX. If no value is specified, the default is `false`.
183+
Specifies if the encoder uses DTX.
186184
</dd>
187185
</dl>
188186

0 commit comments

Comments
 (0)