VideoFrame.colorSpace
The colorSpace
property of the VideoFrame
interface returns a VideoColorSpace
object representing the color space of the video.
Value
A VideoColorSpace
object.
Examples
The following example prints the colorSpace
to the console.
console.log(VideoFrame.colorSpace);
Specifications
Specification |
---|
WebCodecs # dom-videoframe-colorspace |
Browser compatibility
BCD tables only load in the browser