File tree 2 files changed +8
-13
lines changed 2 files changed +8
-13
lines changed Original file line number Diff line number Diff line change 100
100
spec: webrtc-svc; urlPrefix: https://w3c.github.io/webrtc-svc/
101
101
type: dfn; text: scalability mode identifier; url:#scalabilitymodes*
102
102
103
- spec: webcodecs-video-frame-metadata-registry; urlPrefix: https://w3c.github.io/webcodecs/video-frame-metadata-registry.html
104
- type: dictionary; text: VideoFrameMetadata; url: dictdef-videoframemetadata
105
-
106
103
spec: ECMASCRIPT; urlPrefix: https://tc39.es/ecma262/
107
104
type: dfn; text: the current Realm; url: #current-realm
108
105
</ pre >
3283
3280
3284
3281
VideoColorSpaceInit colorSpace;
3285
3282
};
3283
+
3284
+ dictionary VideoFrameMetadata {
3285
+ // Possible members are recorded in the VideoFrame Metadata Registry.
3286
+ };
3286
3287
</ xmp >
3287
3288
3288
3289
### Internal Slots ###{#videoframe-internal-slots}
3339
3340
3340
3341
: < dfn attribute for =VideoFrame > \[[metadata]]</ dfn >
3341
3342
:: The {{VideoFrameMetadata}} associated with this frame.
3342
- {{VideoFrameMetadata}} is defined in [[webcodecs-video-frame-metadata-registry]].
3343
- By design, all {{VideoFrameMetadata}} properties are serializable.
3343
+ Possible members are recorded in [[webcodecs-video-frame-metadata-registry]].
3344
+ By design, all {{VideoFrameMetadata}} properties are serializable.
3344
3345
3345
3346
### Constructors ###{#videoframe-constructors}
3346
3347
Original file line number Diff line number Diff line change 1
1
< pre class ='metadata '>
2
2
Title: WebCodecs VideoFrame Metadata Registry
3
3
Repository: w3c/webcodecs
4
- Status: DRY
4
+ Status: ED
5
5
Shortname: webcodecs-video-frame-metadata-registry
6
6
Level: none
7
7
Group: mediawg
24
24
spec: WEBCODECS; urlPrefix: https://w3c.github.io/webcodecs/#
25
25
type: dictionary
26
26
text: VideoFrame; url: dictdef-videoframe
27
+ text: VideoFrameMetadata; url: dictdef-videoframemetadata
27
28
</ pre >
28
29
29
30
46
47
to register the candidate. The registry editors will review and merge the
47
48
pull request.
48
49
49
- VideoFrameMetadata definition {#videoframemetadata-definition}
50
- =============================================================
51
- < xmp class ='idl '>
52
- dictionary VideoFrameMetadata {
53
- };
54
- </ xmp >
55
-
56
50
VideoFrameMetadata members {#videoframemetadata-members}
57
51
========================================================
58
52
You can’t perform that action at this time.
0 commit comments