Module Values.H264CodecLevelSource

Sourcetype nonrec t =
  1. | AUTO
  2. | LEVEL_1
  3. | LEVEL_1_1
  4. | LEVEL_1_2
  5. | LEVEL_1_3
  6. | LEVEL_2
  7. | LEVEL_2_1
  8. | LEVEL_2_2
  9. | LEVEL_3
  10. | LEVEL_3_1
  11. | LEVEL_3_2
  12. | LEVEL_4
  13. | LEVEL_4_1
  14. | LEVEL_4_2
  15. | LEVEL_5
  16. | LEVEL_5_1
  17. | LEVEL_5_2
  18. | 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