Module Values.H265CodecProfileSource

Sourcetype nonrec t =
  1. | MAIN_MAIN
  2. | MAIN_HIGH
  3. | MAIN10_MAIN
  4. | MAIN10_HIGH
  5. | MAIN_422_8BIT_MAIN
  6. | MAIN_422_8BIT_HIGH
  7. | MAIN_422_10BIT_MAIN
  8. | MAIN_422_10BIT_HIGH
  9. | 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