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