Skip to main content

web_sys/features/
gen_VideoMatrixCoefficients.rs

1#![allow(unused_imports)]
2#![allow(clippy::all)]
3use wasm_bindgen::prelude::*;
4#[wasm_bindgen]
5#[doc = "The `VideoMatrixCoefficients` enum."]
6#[doc = ""]
7#[doc = "*This API requires the following crate features to be activated: `VideoMatrixCoefficients`*"]
8#[derive(Debug, Clone, Copy, PartialEq, Eq)]
9pub enum VideoMatrixCoefficients {
10    Rgb = "rgb",
11    Bt709 = "bt709",
12    Bt470bg = "bt470bg",
13    Smpte170m = "smpte170m",
14    Bt2020Ncl = "bt2020-ncl",
15}