Skip to content

Commit

Permalink
Move L1T1 text
Browse files Browse the repository at this point in the history
  • Loading branch information
aboba committed Jan 20, 2023
1 parent 3f10082 commit ced3ce4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Expand Up @@ -238,6 +238,12 @@ <h3>{{RTCRtpSender/setParameters()}}</h3>
</li>
</ol>
</p>
<p>
The [="L1T1"=] scalability mode enables SVC encoding to be turned off
using {{RTCRtpSender/setParameters()}}. If [="L1T1"=] is set using
{{RTCRtpSender/setParameters()}} then it will be returned in response
to {{RTCRtpSender/getParameters()}}.
</p>
</section>
<section id="getparameters">
<h3>{{RTCRtpSender/getParameters()}}</h3>
Expand Down Expand Up @@ -276,12 +282,6 @@ <h3>{{RTCRtpSender/getParameters()}}</h3>
{{RTCRtpEncodingParameters/scalabilityMode}} SHOULD be one of the
temporal scalability modes (e.g. [="L1T1"=],[="L1T2"=],[="L1T3"=], etc.).
</p>
<p>
The [="L1T1"=] scalability mode enables SVC encoding to be turned off
using {{RTCRtpSender/setParameters()}}. If [="L1T1"=] is set using
{{RTCRtpSender/setParameters()}} then it will be returned in response
to {{RTCRtpSender/getParameters()}}.
</p>
</section>
</section>
</section>
Expand Down

0 comments on commit ced3ce4

Please sign in to comment.