Module Values.H265LevelSource

Sourcetype nonrec t =
  1. | H265_LEVEL_1
  2. | H265_LEVEL_2
  3. | H265_LEVEL_2_1
  4. | H265_LEVEL_3
  5. | H265_LEVEL_3_1
  6. | H265_LEVEL_4
  7. | H265_LEVEL_4_1
  8. | H265_LEVEL_5
  9. | H265_LEVEL_5_1
  10. | H265_LEVEL_5_2
  11. | H265_LEVEL_6
  12. | H265_LEVEL_6_1
  13. | H265_LEVEL_6_2
  14. | H265_LEVEL_AUTO
  15. | 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