summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webcodecs/color_space_primary_id.idl
blob: 68ef2e9ed28b5101001c02c3101a3615f525ba7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Copyright 2020 The Chromium Authors. All rights reserved.
// 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 ColorSpacePrimaryID {
  "BT709",
  "BT470M",
  "BT470BG",
  "SMPTE170M",
  "SMPTE240M",
  "FILM",
  "BT2020",
  "SMPTEST428_1",
  "SMPTEST431_2",
  "SMPTEST432_1",
  "EBU_3213_E",
};