Mode_info.Aspect_ratio
type t =
| R_none
| R_4_3
| R_16_9
| R_64_27
| R_256_135
| Unknown of uint32
val pp : t Fmt.t