File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 47
47
type: dfn; text: current playback position; url: media.html#current-playback-position
48
48
type: dfn; text: live; url: infrastructure.html#live
49
49
50
- spec: webrtc-svc; urlPrefix: https://w3c.github.io /webrtc-svc/
50
+ spec: webrtc-svc; urlPrefix: https://www.w3.org/TR /webrtc-svc/
51
51
type: dfn; text: scalability mode identifier; url:#scalabilitymodes*
52
52
53
+ spec: mst-content-hint; urlPrefix: https://www.w3.org/TR/mst-content-hint/
54
+ type: dfn; text: video content hints; url:#video-content-hints
55
+
53
56
spec: ECMASCRIPT; urlPrefix: https://tc39.es/ecma262/
54
57
type: dfn; text: the current Realm; url: #current-realm
55
58
</ pre >
2104
2107
DOMString scalabilityMode;
2105
2108
VideoEncoderBitrateMode bitrateMode = "variable";
2106
2109
LatencyMode latencyMode = "quality";
2110
+ DOMString contentHint;
2107
2111
};
2108
2112
</ xmp >
2109
2113
2221
2225
< dd >
2222
2226
Configures latency related behaviors for this codec. See {{LatencyMode}}.
2223
2227
</ dd >
2228
+ < dt > < dfn dict-member for =VideoEncoderConfig > contentHint</ dfn > </ dt >
2229
+ < dd >
2230
+ An encoding [=video content hint=] as defined by [[mst-content-hint]].
2231
+
2232
+ The User Agent < em class ="rfc2119 "> MAY</ em > use this hint to set
2233
+ expectations about incoming {{VideoFrame}}s and to improve encoding quality.
2234
+
2235
+ The User Agent < em class ="rfc2119 "> MUST NOT</ em > refuse the configuration
2236
+ if it doesn't support this content hint.
2237
+ See {{VideoEncoder/isConfigSupported()}}.
2238
+
2239
+ NOTE: Any codec-specific encoding options take precedence over
2240
+ {{contentHint}}.
2241
+ </ dd >
2224
2242
2225
2243
</ dl >
2226
2244
You can’t perform that action at this time.
0 commit comments