VideoColorSpace.toJSON()

The toJSON() method of the VideoColorSpace interface is a serializer that returns a JSON representation of the VideoColorSpace object.

Syntax

VideoColorSpace.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

Specification
WebCodecs
# dom-videocolorspace-tojson

Browser compatibility

BCD tables only load in the browser