The toJSON()
method of the VideoColorSpace
interface is a serializer that returns a JSON representation of the VideoColorSpace
object.
The toJSON()
method of the VideoColorSpace
interface is a serializer that returns a JSON representation of the VideoColorSpace
object.
js
toJSON()
None.
A JSON object.
In the following example, colorSpace
is a VideoColorSpace
object returned from VideoFrame
. This object is then printed to the console as JSON.
js
let colorSpace = VideoFrame.colorSpace; console.log(colorSpace.toJSON());
Specification |
---|
WebCodecs # dom-videocolorspace-tojson |
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
toJSON |
94 | 94 | No | No | 80 | 15.4 | 94 | 94 | No | 66 | 15.4 | 17.0 |
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/VideoColorSpace/toJSON