web api instance method
VideoColorSpace: toJSON() method
Available in workers
The toJSON() method of the VideoColorSpace interface is a serializer that returns a JSON representation of the VideoColorSpace object.
Syntax
toJSON()
Parameters
None.
Return value
A JSON object.
Examples
In the following example, colorSpace is a VideoColorSpace object returned from VideoFrame. This object is then printed to the console as JSON.
let colorSpace = VideoFrame.colorSpace;
console.log(colorSpace.toJSON());
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.