Skip to content

Commit

Permalink
Add remote track channelCount
Browse files Browse the repository at this point in the history
  • Loading branch information
henbos committed Nov 26, 2024
1 parent 9db156a commit 308a590
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions amendments.json
Original file line number Diff line number Diff line change
Expand Up @@ -1242,5 +1242,21 @@
"web-platform-tests/wpt#48361"
]
}
],
"remote-track-settings-channel-count": [
{
"description": "Use Performance.timeOrigin + Performance.now() for stats timestamps",
"type": "addition",
"status": "candidate",
"difftype": "append",
"id": 51,
"pr": 3025,
"tests": [
"webrtc/RTCRtpEncodingParameters-codec-opus-stereo.https.html"
],
"testUpdates": [
"web-platform-tests/wpt#48599"
]
}
]
}
1 change: 1 addition & 0 deletions base-rec.html
Original file line number Diff line number Diff line change
Expand Up @@ -15948,6 +15948,7 @@ <h4 id="x9-3-1-mediatracksupportedconstraints-mediatrackcapabilities-mediatrackc
double rounded to the tenth decimal place.
</td>
</tr>
<div id="remote-track-settings-channel-count"><!-- ammendment --></div>
</tbody>
</table>
<p class="no-test-needed">
Expand Down
15 changes: 15 additions & 0 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -16583,6 +16583,21 @@ <h4>
double rounded to the tenth decimal place.
</td>
</tr>
<div id="remote-track-settings-channel-count">
<tr id="def-constraint-channelCount">
<th data-tests="">
channelCount
</th>
<td>
{{ConstrainULong}}
</td>
<td>
As a setting, this is the number of channels of the latest
audio frame received, reflecting the number of
{{RTCRtpCodec/channels}} that the decoder outputted.
</td>
</tr>
</div>
</tbody>
</table>
<p class="no-test-needed">
Expand Down

0 comments on commit 308a590

Please sign in to comment.