Class: Aws::MediaLive::Types::InputSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::InputSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
Live Event input parameters. There can be multiple inputs in a single Live Event.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #audio_selectors  ⇒ Array<Types::AudioSelector> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Used to select the audio stream to decode for inputs that have multiple available.
 - 
  
    
      #caption_selectors  ⇒ Array<Types::CaptionSelector> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Used to select the caption input to use for inputs that have multiple available.
 - 
  
    
      #deblock_filter  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Enable or disable the deblock filter when filtering.
 - 
  
    
      #denoise_filter  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Enable or disable the denoise filter when filtering.
 - 
  
    
      #filter_strength  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).
 - 
  
    
      #input_filter  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Turns on the filter for this input.
 - 
  
    
      #network_input_settings  ⇒ Types::NetworkInputSettings 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Input settings.
 - 
  
    
      #scte_35_pid  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
PID from which to read SCTE-35 messages.
 - 
  
    
      #smpte_2038_data_preference  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input.
 - 
  
    
      #source_end_behavior  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Loop input if it is a file.
 - 
  
    
      #video_selector  ⇒ Types::VideoSelector 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Informs which video elementary stream to decode for input types that have multiple available.
 
Instance Attribute Details
#audio_selectors ⇒ Array<Types::AudioSelector>
Used to select the audio stream to decode for inputs that have multiple available.
      7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7490 class InputSettings < Struct.new( :audio_selectors, :caption_selectors, :deblock_filter, :denoise_filter, :filter_strength, :input_filter, :network_input_settings, :scte_35_pid, :smpte_2038_data_preference, :source_end_behavior, :video_selector) SENSITIVE = [] include Aws::Structure end  | 
  
#caption_selectors ⇒ Array<Types::CaptionSelector>
Used to select the caption input to use for inputs that have multiple available.
      7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7490 class InputSettings < Struct.new( :audio_selectors, :caption_selectors, :deblock_filter, :denoise_filter, :filter_strength, :input_filter, :network_input_settings, :scte_35_pid, :smpte_2038_data_preference, :source_end_behavior, :video_selector) SENSITIVE = [] include Aws::Structure end  | 
  
#deblock_filter ⇒ String
Enable or disable the deblock filter when filtering.
      7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7490 class InputSettings < Struct.new( :audio_selectors, :caption_selectors, :deblock_filter, :denoise_filter, :filter_strength, :input_filter, :network_input_settings, :scte_35_pid, :smpte_2038_data_preference, :source_end_behavior, :video_selector) SENSITIVE = [] include Aws::Structure end  | 
  
#denoise_filter ⇒ String
Enable or disable the denoise filter when filtering.
      7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7490 class InputSettings < Struct.new( :audio_selectors, :caption_selectors, :deblock_filter, :denoise_filter, :filter_strength, :input_filter, :network_input_settings, :scte_35_pid, :smpte_2038_data_preference, :source_end_behavior, :video_selector) SENSITIVE = [] include Aws::Structure end  | 
  
#filter_strength ⇒ Integer
Adjusts the magnitude of filtering from 1 (minimal) to 5 (strongest).
      7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7490 class InputSettings < Struct.new( :audio_selectors, :caption_selectors, :deblock_filter, :denoise_filter, :filter_strength, :input_filter, :network_input_settings, :scte_35_pid, :smpte_2038_data_preference, :source_end_behavior, :video_selector) SENSITIVE = [] include Aws::Structure end  | 
  
#input_filter ⇒ String
Turns on the filter for this input. MPEG-2 inputs have the deblocking filter enabled by default. 1) auto - filtering will be applied depending on input type/quality 2) disabled - no filtering will be applied to the input 3) forced - filtering will be applied regardless of input type
      7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7490 class InputSettings < Struct.new( :audio_selectors, :caption_selectors, :deblock_filter, :denoise_filter, :filter_strength, :input_filter, :network_input_settings, :scte_35_pid, :smpte_2038_data_preference, :source_end_behavior, :video_selector) SENSITIVE = [] include Aws::Structure end  | 
  
#network_input_settings ⇒ Types::NetworkInputSettings
Input settings.
      7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7490 class InputSettings < Struct.new( :audio_selectors, :caption_selectors, :deblock_filter, :denoise_filter, :filter_strength, :input_filter, :network_input_settings, :scte_35_pid, :smpte_2038_data_preference, :source_end_behavior, :video_selector) SENSITIVE = [] include Aws::Structure end  | 
  
#scte_35_pid ⇒ Integer
PID from which to read SCTE-35 messages. If left undefined, EML will select the first SCTE-35 PID found in the input.
      7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7490 class InputSettings < Struct.new( :audio_selectors, :caption_selectors, :deblock_filter, :denoise_filter, :filter_strength, :input_filter, :network_input_settings, :scte_35_pid, :smpte_2038_data_preference, :source_end_behavior, :video_selector) SENSITIVE = [] include Aws::Structure end  | 
  
#smpte_2038_data_preference ⇒ String
Specifies whether to extract applicable ancillary data from a SMPTE-2038 source in this input. Applicable data types are captions, timecode, AFD, and SCTE-104 messages. - PREFER: Extract from SMPTE-2038 if present in this input, otherwise extract from another source (if any). - IGNORE: Never extract any ancillary data from SMPTE-2038.
      7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7490 class InputSettings < Struct.new( :audio_selectors, :caption_selectors, :deblock_filter, :denoise_filter, :filter_strength, :input_filter, :network_input_settings, :scte_35_pid, :smpte_2038_data_preference, :source_end_behavior, :video_selector) SENSITIVE = [] include Aws::Structure end  | 
  
#source_end_behavior ⇒ String
Loop input if it is a file. This allows a file input to be streamed indefinitely.
      7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7490 class InputSettings < Struct.new( :audio_selectors, :caption_selectors, :deblock_filter, :denoise_filter, :filter_strength, :input_filter, :network_input_settings, :scte_35_pid, :smpte_2038_data_preference, :source_end_behavior, :video_selector) SENSITIVE = [] include Aws::Structure end  | 
  
#video_selector ⇒ Types::VideoSelector
Informs which video elementary stream to decode for input types that have multiple available.
      7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7490 class InputSettings < Struct.new( :audio_selectors, :caption_selectors, :deblock_filter, :denoise_filter, :filter_strength, :input_filter, :network_input_settings, :scte_35_pid, :smpte_2038_data_preference, :source_end_behavior, :video_selector) SENSITIVE = [] include Aws::Structure end  |