Module Values.H264LevelSource

Sourcetype nonrec t =
  1. | H264_LEVEL_1
  2. | H264_LEVEL_1_1
  3. | H264_LEVEL_1_2
  4. | H264_LEVEL_1_3
  5. | H264_LEVEL_2
  6. | H264_LEVEL_2_1
  7. | H264_LEVEL_2_2
  8. | H264_LEVEL_3
  9. | H264_LEVEL_3_1
  10. | H264_LEVEL_3_2
  11. | H264_LEVEL_4
  12. | H264_LEVEL_4_1
  13. | H264_LEVEL_4_2
  14. | H264_LEVEL_5
  15. | H264_LEVEL_5_1
  16. | H264_LEVEL_5_2
  17. | H264_LEVEL_AUTO
  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