On this page

Variable VideoFrame

VideoFrame: {
    prototype: VideoFrame;
    new (image: CanvasImageSource, init?: VideoFrameInit): VideoFrame;
    new (data: AllowSharedBufferSource, init: VideoFrameBufferInit): VideoFrame;
}

Type Declaration

Was this helpful?
SDK JS
Reference
VideoFrame