Class: Aws::MediaLive::Types::UdpOutputSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::UdpOutputSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Udp Output Settings
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #buffer_msec  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
UDP output buffering in milliseconds.
 - 
  
    
      #container_settings  ⇒ Types::UdpContainerSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Udp Container Settings.
 - 
  
    
      #destination  ⇒ Types::OutputLocationRef 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Destination address and port number for RTP or UDP packets.
 - 
  
    
      #fec_output_settings  ⇒ Types::FecOutputSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Settings for enabling and adjusting Forward Error Correction on UDP outputs.
 
Instance Attribute Details
#buffer_msec ⇒ Integer
UDP output buffering in milliseconds. Larger values increase latency through the transcoder but simultaneously assist the transcoder in maintaining a constant, low-jitter UDP/RTP output while accommodating clock recovery, input switching, input disruptions, picture reordering, etc.
      12462 12463 12464 12465 12466 12467 12468 12469  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12462 class UdpOutputSettings < Struct.new( :buffer_msec, :container_settings, :destination, :fec_output_settings) SENSITIVE = [] include Aws::Structure end  | 
  
#container_settings ⇒ Types::UdpContainerSettings
Udp Container Settings
      12462 12463 12464 12465 12466 12467 12468 12469  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12462 class UdpOutputSettings < Struct.new( :buffer_msec, :container_settings, :destination, :fec_output_settings) SENSITIVE = [] include Aws::Structure end  | 
  
#destination ⇒ Types::OutputLocationRef
Destination address and port number for RTP or UDP packets. Can be unicast or multicast RTP or UDP (eg. rtp://239.10.10.10:5001 or udp://10.100.100.100:5002).
      12462 12463 12464 12465 12466 12467 12468 12469  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12462 class UdpOutputSettings < Struct.new( :buffer_msec, :container_settings, :destination, :fec_output_settings) SENSITIVE = [] include Aws::Structure end  | 
  
#fec_output_settings ⇒ Types::FecOutputSettings
Settings for enabling and adjusting Forward Error Correction on UDP outputs.
      12462 12463 12464 12465 12466 12467 12468 12469  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 12462 class UdpOutputSettings < Struct.new( :buffer_msec, :container_settings, :destination, :fec_output_settings) SENSITIVE = [] include Aws::Structure end  |