Update freshness of adaptation documentation
Checked wording and that all links are functional. Bug: b/363184959 Change-Id: Idc15a5671b49d7ab1bf71cee00c704c51bee7474 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/367780 Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Auto-Submit: Evan Shrubsole <eshr@google.com> Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43362}
This commit is contained in:
parent
8702008d4f
commit
b444820216
@ -1,5 +1,5 @@
|
|||||||
<!-- go/cmark -->
|
<!-- go/cmark -->
|
||||||
<!--* freshness: {owner: 'eshr' reviewed: '2021-04-13'} *-->
|
<!--* freshness: {owner: 'eshr' reviewed: '2024-11-06'} *-->
|
||||||
|
|
||||||
# Video Adaptation
|
# Video Adaptation
|
||||||
|
|
||||||
@ -23,8 +23,8 @@ resource detects that it is overused, it calls `SetUsageState(kOveruse)`. When
|
|||||||
the resource is no longer overused, it can signal this using
|
the resource is no longer overused, it can signal this using
|
||||||
`SetUsageState(kUnderuse)`.
|
`SetUsageState(kUnderuse)`.
|
||||||
|
|
||||||
There are two resources that are used by default on all video tracks: Quality
|
There are two resources that are used by default on all video tracks: the
|
||||||
scaler resource and encode overuse resource.
|
quality scaler and encode overuse resources.
|
||||||
|
|
||||||
### QP Scaler Resource
|
### QP Scaler Resource
|
||||||
|
|
||||||
@ -72,8 +72,8 @@ status and the `Adaptation` proposal.
|
|||||||
There are 3 degradation preferences, described in the
|
There are 3 degradation preferences, described in the
|
||||||
[RtpParameters][RtpParameters] header. These are
|
[RtpParameters][RtpParameters] header. These are
|
||||||
|
|
||||||
* `MAINTIAIN_FRAMERATE`: Adapt video resolution
|
* `MAINTAIN_FRAMERATE`: Adapt video resolution
|
||||||
* `MAINTIAIN_RESOLUTION`: Adapt video frame-rate.
|
* `MAINTAIN_RESOLUTION`: Adapt video frame-rate.
|
||||||
* `BALANCED`: Adapt video frame-rate or resolution.
|
* `BALANCED`: Adapt video frame-rate or resolution.
|
||||||
|
|
||||||
The degradation preference is set for a video track using the
|
The degradation preference is set for a video track using the
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user