Skip to content

Commit 755ac99

Browse files
Remove text description of defaults
1 parent 3fe2b0e commit 755ac99

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

opus_codec_registration.src.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,19 +169,18 @@
169169
<dt><dfn dict-member for=OpusEncoderConfig>packetlossperc</dfn></dt>
170170
<dd>
171171
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`.
173173

174174
NOTE: The packet loss percentage might be updated over the course of the encoding, and
175175
it is recommended for User Agents to support these reconfigurations.
176176
</dd>
177177
<dt><dfn dict-member for=OpusEncoderConfig>useinbandfec</dfn></dt>
178178
<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.
181180
</dd>
182181
<dt><dfn dict-member for=OpusEncoderConfig>usedtx</dfn></dt>
183182
<dd>
184-
Specifies if the encoder uses DTX. If no value is specified, the default is `false`.
183+
Specifies if the encoder uses DTX.
185184
</dd>
186185
</dl>
187186

0 commit comments

Comments
 (0)