We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef584b commit 4aacb74Copy full SHA for 4aacb74
baselines/dom.generated.d.ts
@@ -1884,7 +1884,7 @@ interface VideoConfiguration {
1884
width: number;
1885
}
1886
1887
-interface VideoFrameMetadata {
+interface VideoFrameCallbackMetadata {
1888
captureTime?: DOMHighResTimeStamp;
1889
expectedDisplayTime: DOMHighResTimeStamp;
1890
height: number;
@@ -17541,7 +17541,7 @@ interface UnderlyingSourceStartCallback<R> {
17541
17542
17543
interface VideoFrameRequestCallback {
17544
- (now: DOMHighResTimeStamp, metadata: VideoFrameMetadata): void;
+ (now: DOMHighResTimeStamp, metadata: VideoFrameCallbackMetadata): void;
17545
17546
17547
interface VoidFunction {
0 commit comments