Skip to content
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

Reference WebCodecs registry for codec names. #299

Merged
merged 1 commit into from
Sep 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1647,15 +1647,18 @@ The format type is used as the basis for audio and video capabilities.
Formats are composed of the following fields:

: name (required)
:: The name of the codec. This must be a single-codec RFC 6381 [=codecs parameter=].

Issue(233): Use the same codec names as the media APIs.
:: A fully qualified codec string listed in the [[WEBCODECS-CODEC-REGISTRY]] and further
specified by the codec-specific registrations referenced in that registry.

: parameters (required)
:: A list of (key, value) parameters that can be used to describe
properties of a specific format, and not shared by other formats
of that type (audio, video, etc.).

For `name`, Open Screen agents may also accept a single-codec [=codec
parameter=] as described in [[!RFC6381]] for codecs not listed in the
[[WEBCODECS-CODEC-REGISTRY]].

Issue(266): Specify where codec-specific parameters are defined or drop them.

Audio capabilities are composed of the above format type, with the following
Expand Down