Module Values.CaptionSelectorSettingsSource

Caption Selector Settings

Sourcetype nonrec t = {
  1. ancillarySourceSettings : AncillarySourceSettings.t option;
  2. aribSourceSettings : AribSourceSettings.t option;
  3. dvbSubSourceSettings : DvbSubSourceSettings.t option;
  4. embeddedSourceSettings : EmbeddedSourceSettings.t option;
  5. scte20SourceSettings : Scte20SourceSettings.t option;
  6. scte27SourceSettings : Scte27SourceSettings.t option;
  7. teletextSourceSettings : TeletextSourceSettings.t option;
}
Sourceval make : ?ancillarySourceSettings:??? -> ?aribSourceSettings:??? -> ?dvbSubSourceSettings:??? -> ?embeddedSourceSettings:??? -> ?scte20SourceSettings:??? -> ?scte27SourceSettings:??? -> ?teletextSourceSettings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Double of float ]) list ]) 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