class Aws::MediaLive::Types::FailoverConditionSettings
Settings for one failover condition.
@note When making an API call, you may pass FailoverConditionSettings
data as a hash: { audio_silence_settings: { audio_selector_name: "__string", # required audio_silence_threshold_msec: 1, }, input_loss_settings: { input_loss_threshold_msec: 1, }, video_black_settings: { black_detect_threshold: 1.0, video_black_threshold_msec: 1, }, }
@!attribute [rw] audio_silence_settings
MediaLive will perform a failover if the specified audio selector is silent for the specified period. @return [Types::AudioSilenceFailoverSettings]
@!attribute [rw] input_loss_settings
MediaLive will perform a failover if content is not detected in this input for the specified period. @return [Types::InputLossFailoverSettings]
@!attribute [rw] video_black_settings
MediaLive will perform a failover if content is considered black for the specified period. @return [Types::VideoBlackFailoverSettings]
@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FailoverConditionSettings AWS API Documentation
Constants
- SENSITIVE