blob: 60392d5b9a5fda9b05e7b1be0499c0fa6a3b330c [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",
"BT407M",
"BT470BG",
"SMPTE170M",
"SMPTE240M",
"FILM",
"BT2020",
"SMPTEST428_1",
"SMPTEST431_2",
"SMPTEST432_1",
"EBU_3213_E",
};