Module Values.AudioCodecSettingsSource

Audio Codec Settings

Sourcetype nonrec t = {
  1. aacSettings : AacSettings.t option;
  2. ac3Settings : Ac3Settings.t option;
  3. eac3AtmosSettings : Eac3AtmosSettings.t option;
  4. eac3Settings : Eac3Settings.t option;
  5. mp2Settings : Mp2Settings.t option;
  6. passThroughSettings : PassThroughSettings.t option;
  7. wavSettings : WavSettings.t option;
}
Sourceval make : ?aacSettings:??? -> ?ac3Settings:??? -> ?eac3AtmosSettings:??? -> ?eac3Settings:??? -> ?mp2Settings:??? -> ?passThroughSettings:??? -> ?wavSettings:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Double of float | `Enum of string | `Integer of int ]) 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