Class: Aws::IVS::Types::IngestConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IVS::Types::IngestConfiguration
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Object specifying the ingest configuration set up by the broadcaster, usually in an encoder.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #audio  ⇒ Types::AudioConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Encoder settings for audio. 
- 
  
    
      #video  ⇒ Types::VideoConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Encoder settings for video. 
Instance Attribute Details
#audio ⇒ Types::AudioConfiguration
Encoder settings for audio.
| 1008 1009 1010 1011 1012 1013 | # File 'lib/aws-sdk-ivs/types.rb', line 1008 class IngestConfiguration < Struct.new( :video, :audio) SENSITIVE = [] include Aws::Structure end | 
#video ⇒ Types::VideoConfiguration
Encoder settings for video.
| 1008 1009 1010 1011 1012 1013 | # File 'lib/aws-sdk-ivs/types.rb', line 1008 class IngestConfiguration < Struct.new( :video, :audio) SENSITIVE = [] include Aws::Structure end |