VideoFrame: colorSpace プロパティ

Baseline 2024
Newly available

Since September 2024, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

colorSpaceVideoFrame インターフェイスのプロパティで、動画のいろっ空間を表す VideoColorSpace オブジェクトを返します。

VideoColorSpace オブジェクトです。

次の例は colorSpace をコンソールに出力します。

js
const cnv = document.createElement("canvas");
// キャンバスに何か描く
// ...
const videoFrame = new VideoFrame(cnv, { timestamp: 0 });
console.log(videoFrame.colorSpace);

仕様書

Specification
WebCodecs
# dom-videoframe-colorspace

ブラウザーの互換性