VideoFrame: colorSpace プロパティ
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
colorSpace
は VideoFrame
インターフェイスのプロパティで、動画のいろっ空間を表す 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 |
ブラウザーの互換性
BCD tables only load in the browser