We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 724ad87 commit bb757daCopy full SHA for bb757da
1 file changed
index.src.html
@@ -3379,6 +3379,8 @@
3379
VideoColorSpaceInit colorSpace;
3380
3381
sequence<ArrayBuffer> transfer = [];
3382
+
3383
+ VideoFrameMetadata metadata;
3384
};
3385
3386
dictionary VideoFrameMetadata {
@@ -3613,7 +3615,7 @@
3613
3615
algorithm, with |colorSpace| and {{VideoFrame/[[format]]}}, to
3614
3616
{{VideoFrame/[[color space]]}}.
3617
11. Assign the result of calling [=Copy VideoFrame metadata=]
- with |init|'s {{VideoFrameInit/metadata}} to
3618
+ with |init|'s {{VideoFrameBufferInit/metadata}} to
3619
|frame|.{{VideoFrame/[[metadata]]}}.
3620
22. Return |frame|.
3621
0 commit comments