Module Values.PresetSpeke20VideoSource

Sourcetype nonrec t =
  1. | PRESET_VIDEO_1
  2. | PRESET_VIDEO_2
  3. | PRESET_VIDEO_3
  4. | PRESET_VIDEO_4
  5. | PRESET_VIDEO_5
  6. | PRESET_VIDEO_6
  7. | PRESET_VIDEO_7
  8. | PRESET_VIDEO_8
  9. | SHARED
  10. | UNENCRYPTED
  11. | 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