Module Values.CodecSource

Sourcetype nonrec t =
  1. | UNKNOWN
  2. | AAC
  3. | AC3
  4. | EAC3
  5. | FLAC
  6. | MP3
  7. | OPUS
  8. | PCM
  9. | VORBIS
  10. | AV1
  11. | AVC
  12. | HEVC
  13. | JPEG2000
  14. | MJPEG
  15. | MPEG1
  16. | MP4V
  17. | MPEG2
  18. | PRORES
  19. | QTRLE
  20. | THEORA
  21. | UNCOMPRESSED
  22. | VFW
  23. | VP8
  24. | VP9
  25. | C608
  26. | C708
  27. | WEBVTT
  28. | 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