codedRect property
DOMRectReadOnly?
get
codedRect
@AvailableInWorkers("window_and_dedicated")
The codedRect
property of the VideoFrame interface returns a
DOMRectReadOnly with the width and height matching
VideoFrame.codedWidth and VideoFrame.codedHeight.
Implementation
external DOMRectReadOnly? get codedRect;