VideoColorSpace: toJSON()-Methode
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 toJSON()
-Methode der VideoColorSpace
-Schnittstelle ist ein Serializer, der eine JSON-Darstellung des VideoColorSpace
-Objekts zurückgibt.
Syntax
js
toJSON()
Parameter
Keine.
Rückgabewert
Ein JSON-Objekt.
Beispiele
Im folgenden Beispiel ist colorSpace
ein VideoColorSpace
-Objekt, das von VideoFrame
zurückgegeben wird. Dieses Objekt wird dann als JSON in die Konsole ausgegeben.
js
let colorSpace = VideoFrame.colorSpace;
console.log(colorSpace.toJSON());
Spezifikationen
Specification |
---|
WebCodecs # dom-videocolorspace-tojson |
Browser-Kompatibilität
BCD tables only load in the browser