Module Values.Av1LevelSource

Sourcetype nonrec t =
  1. | AV1_LEVEL_2
  2. | AV1_LEVEL_2_1
  3. | AV1_LEVEL_3
  4. | AV1_LEVEL_3_1
  5. | AV1_LEVEL_4
  6. | AV1_LEVEL_4_1
  7. | AV1_LEVEL_5
  8. | AV1_LEVEL_5_1
  9. | AV1_LEVEL_5_2
  10. | AV1_LEVEL_5_3
  11. | AV1_LEVEL_6
  12. | AV1_LEVEL_6_1
  13. | AV1_LEVEL_6_2
  14. | AV1_LEVEL_6_3
  15. | AV1_LEVEL_AUTO
  16. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t