blob: cb43732e63291e237a8115132aa905365e6586e2 [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 ColorSpaceMatrixID {
"RGB",
"BT709",
"FCC",
"BT470BG",
"SMPTE170M",
"SMPTE240M",
"YCOCG",
"BT2020_NCL",
"BT2020_CL",
"YDZDX",
};