Variable VideoFrame
VideoFrame: {
prototype: VideoFrame;
new (source: CanvasImageSource, init?: VideoFrameInit): VideoFrame;
new (data: AllowSharedBufferSource, init: VideoFrameBufferInit): VideoFrame;
}
prototype: VideoFrame;
new (source: CanvasImageSource, init?: VideoFrameInit): VideoFrame;
new (data: AllowSharedBufferSource, init: VideoFrameBufferInit): VideoFrame;
}
Type declaration
- new (source: CanvasImageSource, init?: VideoFrameInit): VideoFrame
- Parameters- source: CanvasImageSource
- Optionalinit: VideoFrameInit
 - Returns VideoFrame
- new (data: AllowSharedBufferSource, init: VideoFrameBufferInit): VideoFrame
- Parameters- data: AllowSharedBufferSource
- init: VideoFrameBufferInit
 - Returns VideoFrame
 
- prototype: VideoFrame