Module Values.AudioCodecSource

Sourcetype nonrec t =
  1. | AAC
  2. | MP2
  3. | MP3
  4. | WAV
  5. | AIFF
  6. | AC3
  7. | AC4
  8. | EAC3
  9. | EAC3_ATMOS
  10. | VORBIS
  11. | OPUS
  12. | PASSTHROUGH
  13. | FLAC
  14. | 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