Module Values.AudioTrackSelectionSource

Audio Track Selection

Sourcetype nonrec t = {
  1. tracks : AudioTrack.t list;
    (*

    Selects one or more unique audio tracks from within a source.

    *)
  2. dolbyEDecode : AudioDolbyEDecode.t option;
    (*

    Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams tagged with SMPTE-337

    *)
}
Sourceval context_ : string
Sourceval make : ?dolbyEDecode:??? -> tracks:AudioTrack.t list -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Integer of int ]) list ] list | `Structure of (string * [> `Enum 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