Module Values.DvbDashAccessibilitySource

Sourcetype nonrec t =
  1. | DVBDASH_1_VISUALLY_IMPAIRED
  2. | DVBDASH_2_HARD_OF_HEARING
  3. | DVBDASH_3_SUPPLEMENTAL_COMMENTARY
  4. | DVBDASH_4_DIRECTORS_COMMENTARY
  5. | DVBDASH_5_EDUCATIONAL_NOTES
  6. | DVBDASH_6_MAIN_PROGRAM
  7. | DVBDASH_7_CLEAN_FEED
  8. | 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