blob: 68ef2e9ed28b5101001c02c3101a3615f525ba7e [file] [log] [blame]
// 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",
};