VideoFrame: visibleRect property
The visibleRect property of the VideoFrame interface returns a DOMRectReadOnly describing the visible rectangle of pixels for this VideoFrame.
Value
Examples
The following example prints the visibleRect to the console.
js
console.log(VideoFrame.visibleRect);
Specifications
| Specification |
|---|
| WebCodecs # dom-videoframe-visiblerect |
Browser compatibility
BCD tables only load in the browser