Module Values.AudioSelectorSettingsSource

Audio Selector Settings

Sourcetype nonrec t = {
  1. audioHlsRenditionSelection : AudioHlsRenditionSelection.t option;
  2. audioLanguageSelection : AudioLanguageSelection.t option;
  3. audioPidSelection : AudioPidSelection.t option;
  4. audioTrackSelection : AudioTrackSelection.t option;
}
Sourceval make : ?audioHlsRenditionSelection:??? -> ?audioLanguageSelection:??? -> ?audioPidSelection:??? -> ?audioTrackSelection:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Integer of int ]) list ] list | `String of string | `Structure of (string * [> `Enum of string ]) 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