|
13 | 13 | }, |
14 | 14 | "enums": { |
15 | 15 | "enum": { |
16 | | - "ConnectionType": { |
17 | | - "value": ["wimax"] |
18 | | - }, |
19 | | - "MediaSessionAction": { |
20 | | - "value": [ |
21 | | - "enterpictureinpicture", // Blink only as of 2024-07 |
22 | | - "hangup", // Blink only as of 2024-07 |
23 | | - "nextslide", // Blink only as of as of 2024-07 |
24 | | - "previousslide", // Blink only as of as of 2024-07 |
25 | | - "togglecamera", // Blink only as of 2024-07 |
26 | | - "togglemicrophone", // Blink only as of 2024-07 |
27 | | - "togglescreenshare", // No implementation as of 2024-07 |
28 | | - "voiceactivity" // No implementation as of 2024-07 |
29 | | - ] |
30 | | - }, |
31 | | - "RequestDestination": { |
32 | | - "value": [ |
33 | | - "json" // No implementation as of 2023-11 |
34 | | - ] |
35 | | - }, |
36 | | - "RTCDegradationPreference": { |
37 | | - "value": [ |
38 | | - "maintain-framerate-and-resolution" // No implementation as of 2025-10j |
39 | | - ] |
40 | | - }, |
41 | | - "ValueType": null, |
42 | | - "VideoColorPrimaries": { |
43 | | - "value": [ |
44 | | - "bt2020", // Blink only as of 2022-10 |
45 | | - "smpte432" // Blink only as of 2022-10 |
46 | | - ] |
47 | | - }, |
48 | | - "VideoMatrixCoefficients": { |
49 | | - "value": [ |
50 | | - "bt2020-ncl" // Blink only as of 2022-10 |
51 | | - ] |
52 | | - }, |
53 | | - "VideoPixelFormat": { |
54 | | - "value": [ |
55 | | - // All no implementation as of 2024-03 |
56 | | - "I420AP10", |
57 | | - "I420AP12", |
58 | | - "I420P10", |
59 | | - "I420P12", |
60 | | - "I422A", |
61 | | - "I422AP10", |
62 | | - "I422AP12", |
63 | | - "I422P10", |
64 | | - "I422P12", |
65 | | - "I444A", |
66 | | - "I444AP10", |
67 | | - "I444AP12", |
68 | | - "I444P10", |
69 | | - "I444P12" |
70 | | - ] |
71 | | - }, |
72 | | - "VideoTransferCharacteristics": { |
73 | | - "value": [ |
74 | | - "hlg", // Blink only as of 2022-10 |
75 | | - "linear", // Blink only as of 2022-10 |
76 | | - "pq" // Blink only as of 2022-10 |
77 | | - ] |
78 | | - } |
| 16 | + "ValueType": null |
79 | 17 | } |
80 | 18 | }, |
81 | 19 | "interfaces": { |
|
0 commit comments