diff --git a/index.src.html b/index.src.html index 6c64361a..e348df5e 100644 --- a/index.src.html +++ b/index.src.html @@ -47,9 +47,12 @@ type: dfn; text: current playback position; url: media.html#current-playback-position type: dfn; text: live; url: infrastructure.html#live -spec: webrtc-svc; urlPrefix: https://w3c.github.io/webrtc-svc/ +spec: webrtc-svc; urlPrefix: https://www.w3.org/TR/webrtc-svc/ type: dfn; text: scalability mode identifier; url:#scalabilitymodes* +spec: mst-content-hint; urlPrefix: https://www.w3.org/TR/mst-content-hint/ + type: dfn; text: video content hints; url:#video-content-hints + spec: ECMASCRIPT; urlPrefix: https://tc39.es/ecma262/ type: dfn; text: the current Realm; url: #current-realm @@ -2104,6 +2107,7 @@ DOMString scalabilityMode; VideoEncoderBitrateMode bitrateMode = "variable"; LatencyMode latencyMode = "quality"; + DOMString contentHint; }; @@ -2221,6 +2225,20 @@
Configures latency related behaviors for this codec. See {{LatencyMode}}.
+
contentHint
+
+ An encoding [=video content hint=] as defined by [[mst-content-hint]]. + + The User Agent MAY use this hint to set + expectations about incoming {{VideoFrame}}s and to improve encoding quality. + + The User Agent MUST NOT refuse the configuration + if it doesn't support this content hint. + See {{VideoEncoder/isConfigSupported()}}. + + NOTE: Any codec-specific encoding options take precedence over + {{contentHint}}. +