Developer_release_1.4.0
Enum mint.enums.xhdmic.pic_aspect_ratio
Describes picture aspect ratio of video.
Properties
0 | (string) [0] = "NA" |
1 | (string) [1] = "_4_3" |
2 | (string) [2] = "_16_9" |
3 | (string) [3] = "RESERVED" |
NA | (integer) NA = 0 ("NA") |
RESERVED | (integer) RESERVED = 3 ("RESERVED") |
_16_9 | (integer) _16_9 = 2 ("16:9") |
_4_3 | (integer) _4_3 = 1 ("4:3") |