Class: Aws::MediaLive::Types::AudioTrackSelection
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::AudioTrackSelection
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Audio Track Selection
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #dolby_e_decode  ⇒ Types::AudioDolbyEDecode 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams tagged with SMPTE-337.
 - 
  
    
      #tracks  ⇒ Array<Types::AudioTrack> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Selects one or more unique audio tracks from within a source.
 
Instance Attribute Details
#dolby_e_decode ⇒ Types::AudioDolbyEDecode
Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams tagged with SMPTE-337
      728 729 730 731 732 733  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 728 class AudioTrackSelection < Struct.new( :tracks, :dolby_e_decode) SENSITIVE = [] include Aws::Structure end  | 
  
#tracks ⇒ Array<Types::AudioTrack>
Selects one or more unique audio tracks from within a source.
      728 729 730 731 732 733  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 728 class AudioTrackSelection < Struct.new( :tracks, :dolby_e_decode) SENSITIVE = [] include Aws::Structure end  |