Developer_release_1.4.0
Enum mint.enums.edid_display_type
Info about EDID display type.
Properties
0 | (string) [0] = "RGB444" |
1 | (string) [1] = "RGB444_YUV444" |
2 | (string) [2] = "RGB444_YUV422" |
3 | (string) [3] = "RGB444_YUV444_YUV422" |
RGB444 | (integer) RGB444 = 0 |
RGB444_YUV422 | (integer) RGB444_YUV422 = 2 |
RGB444_YUV444 | (integer) RGB444_YUV444 = 1 |
RGB444_YUV444_YUV422 | (integer) RGB444_YUV444_YUV422 = 3 |