Module Values.AvailSettingsSource

Avail Settings

Sourcetype nonrec t = {
  1. esam : Esam.t option;
  2. scte35SpliceInsert : Scte35SpliceInsert.t option;
  3. scte35TimeSignalApos : Scte35TimeSignalApos.t option;
}
Sourceval make : ?esam:??? -> ?scte35SpliceInsert:??? -> ?scte35TimeSignalApos:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of int | `String of string ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t