-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add remote track channelCount #3025
base: main
Are you sure you want to change the base?
Changes from 1 commit
308a590
9cde211
3579baa
5d27f27
c4a49af
7475848
7eff351
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||
---|---|---|---|---|
|
@@ -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> | ||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
not needed since it's an |
||||
</table> | ||||
<p class="no-test-needed"> | ||||
|
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
|
@@ -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"> | ||||||||
Comment on lines
+16680
to
+16681
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
<th data-tests=""> | ||||||||
henbos marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||
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. | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Comment from Youenn: make this more clear that you MUST do what the decoder is capable of |
||||||||
</td> | ||||||||
</tr> | ||||||||
</div> | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
</tbody> | ||||||||
</table> | ||||||||
<p class="no-test-needed"> | ||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.