visibleRect property
DOMRectReadOnly?
get
visibleRect
@AvailableInWorkers("window_and_dedicated")
The visibleRect property of the VideoFrame interface returns a
DOMRectReadOnly describing the visible rectangle of pixels for this
VideoFrame.
Implementation
external DOMRectReadOnly? get visibleRect;