Module Values.TransferCharacteristicsSource

Sourcetype nonrec t =
  1. | ITU_709
  2. | UNSPECIFIED
  3. | RESERVED
  4. | ITU_470M
  5. | ITU_470BG
  6. | SMPTE_170M
  7. | SMPTE_240M
  8. | LINEAR
  9. | LOG10_2
  10. | LOC10_2_5
  11. | IEC_61966_2_4
  12. | ITU_1361
  13. | IEC_61966_2_1
  14. | ITU_2020_10bit
  15. | ITU_2020_12bit
  16. | SMPTE_2084
  17. | SMPTE_428_1
  18. | ARIB_B67
  19. | LAST
  20. | 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