A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/en-US/docs/Web/API/VideoColorSpace/toJSON below:

VideoColorSpace: toJSON() method - Web APIs

VideoColorSpace: toJSON() method

Baseline 2024

Newly available

Note: This feature is available in Dedicated Web Workers.

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

Syntax 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 Browser compatibility

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4