Class: Aws::MediaLive::Types::FailoverConditionSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::FailoverConditionSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Settings for one failover condition.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #audio_silence_settings  ⇒ Types::AudioSilenceFailoverSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
MediaLive will perform a failover if the specified audio selector is silent for the specified period.
 - 
  
    
      #input_loss_settings  ⇒ Types::InputLossFailoverSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
MediaLive will perform a failover if content is not detected in this input for the specified period.
 - 
  
    
      #video_black_settings  ⇒ Types::VideoBlackFailoverSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
MediaLive will perform a failover if content is considered black for the specified period.
 
Instance Attribute Details
#audio_silence_settings ⇒ Types::AudioSilenceFailoverSettings
MediaLive will perform a failover if the specified audio selector is silent for the specified period.
      4633 4634 4635 4636 4637 4638 4639  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 4633 class FailoverConditionSettings < Struct.new( :audio_silence_settings, :input_loss_settings, :video_black_settings) SENSITIVE = [] include Aws::Structure end  | 
  
#input_loss_settings ⇒ Types::InputLossFailoverSettings
MediaLive will perform a failover if content is not detected in this input for the specified period.
      4633 4634 4635 4636 4637 4638 4639  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 4633 class FailoverConditionSettings < Struct.new( :audio_silence_settings, :input_loss_settings, :video_black_settings) SENSITIVE = [] include Aws::Structure end  | 
  
#video_black_settings ⇒ Types::VideoBlackFailoverSettings
MediaLive will perform a failover if content is considered black for the specified period.
      4633 4634 4635 4636 4637 4638 4639  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 4633 class FailoverConditionSettings < Struct.new( :audio_silence_settings, :input_loss_settings, :video_black_settings) SENSITIVE = [] include Aws::Structure end  |