Module Values.TcsSource

Sourcetype nonrec t =
  1. | SDR
  2. | PQ
  3. | HLG
  4. | LINEAR
  5. | BT2100LINPQ
  6. | BT2100LINHLG
  7. | ST2065_1
  8. | ST428_1
  9. | DENSITY
  10. | 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