|
161 | 161 | </dd>
|
162 | 162 | <dt><dfn dict-member for=OpusEncoderConfig>complexity</dfn></dt>
|
163 | 163 | <dd>
|
164 |
| - Configures the encoder's computational complexity. The valid range is `0` to `10`, |
165 |
| - with `10` representing the highest complexity. If no value is specificied, the |
166 |
| - default value is platform-specific: User Agents <em class="rfc2119">SHOULD</em> |
167 |
| - set a default of `5` for mobile platforms, and a default of `9` for all other platforms. |
| 164 | + Configures the encoder's computational complexity, as described 2.1.9. of |
| 165 | + [[RFC6716]]. The valid range is `0` to `10`, with `10` representing the highest |
| 166 | + complexity. If no value is specificied, the default value is platform-specific: |
| 167 | + User Agents <em class="rfc2119">SHOULD</em> set a default of `5` for mobile |
| 168 | + platforms, and a default of `9` for all other platforms. |
168 | 169 | </dd>
|
169 | 170 | <dt><dfn dict-member for=OpusEncoderConfig>packetlossperc</dfn></dt>
|
170 | 171 | <dd>
|
171 | 172 | Configures the encoder's expected packet loss percentage. The valid range is
|
172 | 173 | `0` to `100`.
|
173 | 174 |
|
174 |
| - NOTE: The packet loss percentage might be updated over the course of the encoding, and |
175 |
| - it is recommended for User Agents to support these reconfigurations. |
| 175 | + NOTE: The packet loss percentage might be updated over the course of the |
| 176 | + encoding, and it is recommended for User Agents to support these reconfigurations. |
176 | 177 | </dd>
|
177 | 178 | <dt><dfn dict-member for=OpusEncoderConfig>useinbandfec</dfn></dt>
|
178 | 179 | <dd>
|
179 |
| - Specifies whether the encoder provides Opus in-band FEC. |
| 180 | + Specifies whether the encoder provides Opus in-band FEC, as described by |
| 181 | + section 2.1.7. of [[RFC6716]]. |
180 | 182 | </dd>
|
181 | 183 | <dt><dfn dict-member for=OpusEncoderConfig>usedtx</dfn></dt>
|
182 | 184 | <dd>
|
183 |
| - Specifies if the encoder uses DTX. |
| 185 | + Specifies if the encoder uses DTX, as described by section 2.1.9. of [[RFC6716]]. |
184 | 186 | </dd>
|
185 | 187 | </dl>
|
186 | 188 |
|
|
0 commit comments