web_sys/features/
gen_VideoTransferCharacteristics.rs1#![allow(unused_imports)]
2#![allow(clippy::all)]
3use wasm_bindgen::prelude::*;
4#[wasm_bindgen]
5#[doc = "The `VideoTransferCharacteristics` enum."]
6#[doc = ""]
7#[doc = "*This API requires the following crate features to be activated: `VideoTransferCharacteristics`*"]
8#[derive(Debug, Clone, Copy, PartialEq, Eq)]
9pub enum VideoTransferCharacteristics {
10 Bt709 = "bt709",
11 Smpte170m = "smpte170m",
12 Iec6196621 = "iec61966-2-1",
13 Linear = "linear",
14 Pq = "pq",
15 Hlg = "hlg",
16}