Module Values.AudioSilenceFailoverSettingsSource

Placeholder documentation for AudioSilenceFailoverSettings

Sourcetype nonrec t = {
  1. audioSelectorName : string;
    (*

    The name of the audio selector in the input that MediaLive should monitor to detect silence. Select your most important rendition. If you didn't create an audio selector in this input, leave blank.

    *)
  2. audioSilenceThresholdMsec : int option;
    (*

    The amount of time (in milliseconds) that the active input must be silent before automatic input failover occurs. Silence is defined as audio loss or audio quieter than -50 dBFS.

    *)
}
Sourceval context_ : string
Sourceval make : ?audioSilenceThresholdMsec:??? -> audioSelectorName:string -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of int | `String of string ]) 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