chromium/third_party/blink/renderer/modules/webcodecs/video_color_primaries.idl

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// https://github.com/WICG/web-codecs

enum VideoColorPrimaries {
  "bt709",      // BT.709, sRGB
  "bt470bg",    // BT.601 PAL
  "smpte170m",  // BT.601 NTSC
  "bt2020",     // Also BT.2100
  "smpte432",   // P3 D65
};