VideoFrame-1
VideoFrame: {
(image, init?): VideoFrame;
(data, init): VideoFrame;
prototype: VideoFrame;
};
Type Declaration
Call Signature
new VideoFrame(image, init?): VideoFrame;
Parameters
| Parameter | Type |
|---|---|
image | CanvasImageSource |
init? | VideoFrameInit |
Returns
Call Signature
new VideoFrame(data, init): VideoFrame;
Parameters
| Parameter | Type |
|---|---|
data | AllowSharedBufferSource |
init | VideoFrameBufferInit |
Returns
prototype
prototype: VideoFrame;