Skip to content

Introduce RTCEncodedFrameMetadata dictionary #250

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

Merged
merged 2 commits into from
May 15, 2025

Conversation

youennf
Copy link
Collaborator

@youennf youennf commented Apr 25, 2025

Fixes #245


Preview | Diff

@youennf youennf force-pushed the introduce-RTCEncodedFrameMetadata branch from 7ff6427 to f834681 Compare April 25, 2025 11:21
@@ -369,22 +465,14 @@ enum RTCEncodedVideoFrameType {

## <dfn dictionary>RTCEncodedVideoFrameMetadata</dfn> dictionary ## {#RTCEncodedVideoFrameMetadata}
<pre class="idl">
dictionary RTCEncodedVideoFrameMetadata {
dictionary RTCEncodedVideoFrameMetadata : RTCEncodedFrameMetadata {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this PR solely a plain move of members?

Note that moving members to a base dictionary technically is JS-observable in a small way: it likely changes the lexicographical order of members, but I doubt this will have any impact, so I like this change (provided it is a plain move)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes it is a plain move

@youennf
Copy link
Collaborator Author

youennf commented May 15, 2025

Landing now that conflict has been fixed.

@youennf youennf merged commit 73c5464 into w3c:main May 15, 2025
2 checks passed
github-actions bot added a commit that referenced this pull request May 15, 2025
SHA: 73c5464
Reason: push, by youennf

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Introduce a RTCEncodedFrameMetadata dictionary to share more definitions between audio and video metadata
4 participants