From e104c1158bfc34fd8a8683154a3d6aab7f131c1c Mon Sep 17 00:00:00 2001 From: "mark a. foltz" Date: Fri, 9 Sep 2022 15:19:52 -0700 Subject: [PATCH] Reference WebCodecs registry for codec names. --- index.bs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/index.bs b/index.bs index 1c73be2..c3ce969 100644 --- a/index.bs +++ b/index.bs @@ -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