Class: Aws::MediaLive::Types::AudioSilenceFailoverSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::AudioSilenceFailoverSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audio_selector_name ⇒ String
The name of the audio selector in the input that MediaLive should monitor to detect silence.
-
#audio_silence_threshold_msec ⇒ Integer
The amount of time (in milliseconds) that the active input must be silent before automatic input failover occurs.
Instance Attribute Details
#audio_selector_name ⇒ 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.
694 695 696 697 698 699 |
# File 'lib/aws-sdk-medialive/types.rb', line 694 class AudioSilenceFailoverSettings < Struct.new( :audio_selector_name, :audio_silence_threshold_msec) SENSITIVE = [] include Aws::Structure end |
#audio_silence_threshold_msec ⇒ Integer
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.
694 695 696 697 698 699 |
# File 'lib/aws-sdk-medialive/types.rb', line 694 class AudioSilenceFailoverSettings < Struct.new( :audio_selector_name, :audio_silence_threshold_msec) SENSITIVE = [] include Aws::Structure end |