class Aws::MediaLive::Types::AudioSilenceFailoverSettings

@note When making an API call, you may pass AudioSilenceFailoverSettings

data as a hash:

    {
      audio_selector_name: "__string", # required
      audio_silence_threshold_msec: 1,
    }

@!attribute [rw] audio_selector_name

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.
@return [String]

@!attribute [rw] audio_silence_threshold_msec

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.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AudioSilenceFailoverSettings AWS API Documentation

Constants

SENSITIVE