-
Notifications
You must be signed in to change notification settings - Fork 0
RTCVideoFrame
Adnan Mujagić edited this page Jul 5, 2024
·
1 revision
Represents various formats a video frame can take,
including HTMLVideoElement
, HTMLImageElement
, HTMLCanvasElement
,
and ImageBitmap
.
const image: HTMLImageElement = new Image()
const rtcVideoFrame: RTCVideoFrame = image