Class: Aws::MediaLive::Types::AudioSelectorSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::AudioSelectorSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Audio Selector Settings
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #audio_hls_rendition_selection  ⇒ Types::AudioHlsRenditionSelection 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Audio Hls Rendition Selection.
 - 
  
    
      #audio_language_selection  ⇒ Types::AudioLanguageSelection 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Audio Language Selection.
 - 
  
    
      #audio_pid_selection  ⇒ Types::AudioPidSelection 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Audio Pid Selection.
 - 
  
    
      #audio_track_selection  ⇒ Types::AudioTrackSelection 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Audio Track Selection.
 
Instance Attribute Details
#audio_hls_rendition_selection ⇒ Types::AudioHlsRenditionSelection
Audio Hls Rendition Selection
      671 672 673 674 675 676 677 678  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 671 class AudioSelectorSettings < Struct.new( :audio_hls_rendition_selection, :audio_language_selection, :audio_pid_selection, :audio_track_selection) SENSITIVE = [] include Aws::Structure end  | 
  
#audio_language_selection ⇒ Types::AudioLanguageSelection
Audio Language Selection
      671 672 673 674 675 676 677 678  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 671 class AudioSelectorSettings < Struct.new( :audio_hls_rendition_selection, :audio_language_selection, :audio_pid_selection, :audio_track_selection) SENSITIVE = [] include Aws::Structure end  | 
  
#audio_pid_selection ⇒ Types::AudioPidSelection
Audio Pid Selection
      671 672 673 674 675 676 677 678  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 671 class AudioSelectorSettings < Struct.new( :audio_hls_rendition_selection, :audio_language_selection, :audio_pid_selection, :audio_track_selection) SENSITIVE = [] include Aws::Structure end  | 
  
#audio_track_selection ⇒ Types::AudioTrackSelection
Audio Track Selection
      671 672 673 674 675 676 677 678  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 671 class AudioSelectorSettings < Struct.new( :audio_hls_rendition_selection, :audio_language_selection, :audio_pid_selection, :audio_track_selection) SENSITIVE = [] include Aws::Structure end  |