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