VideoFrame: colorSpace-Eigenschaft
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Hinweis: Dieses Feature ist verfügbar in Dedicated Web Workers.
Die colorSpace
-Eigenschaft des VideoFrame
-Interfaces gibt ein VideoColorSpace
-Objekt zurück, das den Farbraum des Videos repräsentiert.
Wert
Ein VideoColorSpace
-Objekt.
Beispiele
Das folgende Beispiel gibt die colorSpace
-Eigenschaft in der Konsole aus.
js
const cnv = document.createElement("canvas");
// draw something on the canvas
// ...
const videoFrame = new VideoFrame(cnv, { timestamp: 0 });
console.log(videoFrame.colorSpace);
Spezifikationen
Specification |
---|
WebCodecs # dom-videoframe-colorspace |
Browser-Kompatibilität
BCD tables only load in the browser