Class: Aws::Types::InputSettings
- Inherits:
-
Object
- Object
- Aws::Types::InputSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_selectors ⇒ ::Array[Types::AudioSelector]
Returns the value of attribute audio_selectors.
-
#caption_selectors ⇒ ::Array[Types::CaptionSelector]
Returns the value of attribute caption_selectors.
-
#deblock_filter ⇒ "DISABLED", "ENABLED"
Returns the value of attribute deblock_filter.
-
#denoise_filter ⇒ "DISABLED", "ENABLED"
Returns the value of attribute denoise_filter.
-
#filter_strength ⇒ ::Integer
Returns the value of attribute filter_strength.
-
#input_filter ⇒ "AUTO", ...
Returns the value of attribute input_filter.
-
#network_input_settings ⇒ Types::NetworkInputSettings
Returns the value of attribute network_input_settings.
-
#scte_35_pid ⇒ ::Integer
Returns the value of attribute scte_35_pid.
-
#smpte_2038_data_preference ⇒ "IGNORE", "PREFER"
Returns the value of attribute smpte_2038_data_preference.
-
#source_end_behavior ⇒ "CONTINUE", "LOOP"
Returns the value of attribute source_end_behavior.
-
#video_selector ⇒ Types::VideoSelector
Returns the value of attribute video_selector.
Instance Attribute Details
#audio_selectors ⇒ ::Array[Types::AudioSelector]
Returns the value of attribute audio_selectors.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def audio_selectors @audio_selectors end |
#caption_selectors ⇒ ::Array[Types::CaptionSelector]
Returns the value of attribute caption_selectors.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def caption_selectors @caption_selectors end |
#deblock_filter ⇒ "DISABLED", "ENABLED"
Returns the value of attribute deblock_filter.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def deblock_filter @deblock_filter end |
#denoise_filter ⇒ "DISABLED", "ENABLED"
Returns the value of attribute denoise_filter.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def denoise_filter @denoise_filter end |
#filter_strength ⇒ ::Integer
Returns the value of attribute filter_strength.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def filter_strength @filter_strength end |
#input_filter ⇒ "AUTO", ...
Returns the value of attribute input_filter.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def input_filter @input_filter end |
#network_input_settings ⇒ Types::NetworkInputSettings
Returns the value of attribute network_input_settings.
1905 1906 1907 |
# File 'sig/types.rbs', line 1905 def network_input_settings @network_input_settings end |
#scte_35_pid ⇒ ::Integer
Returns the value of attribute scte_35_pid.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 def scte_35_pid @scte_35_pid end |
#smpte_2038_data_preference ⇒ "IGNORE", "PREFER"
Returns the value of attribute smpte_2038_data_preference.
1907 1908 1909 |
# File 'sig/types.rbs', line 1907 def smpte_2038_data_preference @smpte_2038_data_preference end |
#source_end_behavior ⇒ "CONTINUE", "LOOP"
Returns the value of attribute source_end_behavior.
1908 1909 1910 |
# File 'sig/types.rbs', line 1908 def source_end_behavior @source_end_behavior end |
#video_selector ⇒ Types::VideoSelector
Returns the value of attribute video_selector.
1909 1910 1911 |
# File 'sig/types.rbs', line 1909 def video_selector @video_selector end |