Class: Aws::Types::Input
- Inherits:
-
Object
- Object
- Aws::Types::Input
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#advanced_input_filter ⇒ "ENABLED", "DISABLED"
Returns the value of attribute advanced_input_filter.
-
#advanced_input_filter_settings ⇒ Types::AdvancedInputFilterSettings
Returns the value of attribute advanced_input_filter_settings.
-
#audio_selector_groups ⇒ ::Hash[::String, Types::AudioSelectorGroup]
Returns the value of attribute audio_selector_groups.
-
#audio_selectors ⇒ ::Hash[::String, Types::AudioSelector]
Returns the value of attribute audio_selectors.
-
#caption_selectors ⇒ ::Hash[::String, Types::CaptionSelector]
Returns the value of attribute caption_selectors.
-
#crop ⇒ Types::Rectangle
Returns the value of attribute crop.
-
#deblock_filter ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deblock_filter.
-
#decryption_settings ⇒ Types::InputDecryptionSettings
Returns the value of attribute decryption_settings.
-
#denoise_filter ⇒ "ENABLED", "DISABLED"
Returns the value of attribute denoise_filter.
-
#dolby_vision_metadata_xml ⇒ ::String
Returns the value of attribute dolby_vision_metadata_xml.
-
#dynamic_audio_selectors ⇒ ::Hash[::String, Types::DynamicAudioSelector]
Returns the value of attribute dynamic_audio_selectors.
-
#file_input ⇒ ::String
Returns the value of attribute file_input.
-
#filter_enable ⇒ "AUTO", ...
Returns the value of attribute filter_enable.
-
#filter_strength ⇒ ::Integer
Returns the value of attribute filter_strength.
-
#image_inserter ⇒ Types::ImageInserter
Returns the value of attribute image_inserter.
-
#input_clippings ⇒ ::Array[Types::InputClipping]
Returns the value of attribute input_clippings.
-
#input_scan_type ⇒ "AUTO", "PSF"
Returns the value of attribute input_scan_type.
-
#multi_view_settings ⇒ ::Array[Types::MultiViewSettings]
Returns the value of attribute multi_view_settings.
-
#position ⇒ Types::Rectangle
Returns the value of attribute position.
-
#program_number ⇒ ::Integer
Returns the value of attribute program_number.
-
#psi_control ⇒ "IGNORE_PSI", "USE_PSI"
Returns the value of attribute psi_control.
-
#supplemental_imps ⇒ ::Array[::String]
Returns the value of attribute supplemental_imps.
-
#tams_settings ⇒ Types::InputTamsSettings
Returns the value of attribute tams_settings.
-
#timecode_source ⇒ "EMBEDDED", ...
Returns the value of attribute timecode_source.
-
#timecode_start ⇒ ::String
Returns the value of attribute timecode_start.
-
#video_generator ⇒ Types::InputVideoGenerator
Returns the value of attribute video_generator.
-
#video_overlays ⇒ ::Array[Types::VideoOverlay]
Returns the value of attribute video_overlays.
-
#video_selector ⇒ Types::VideoSelector
Returns the value of attribute video_selector.
Instance Attribute Details
#advanced_input_filter ⇒ "ENABLED", "DISABLED"
Returns the value of attribute advanced_input_filter.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def advanced_input_filter @advanced_input_filter end |
#advanced_input_filter_settings ⇒ Types::AdvancedInputFilterSettings
Returns the value of attribute advanced_input_filter_settings.
1373 1374 1375 |
# File 'sig/types.rbs', line 1373 def advanced_input_filter_settings @advanced_input_filter_settings end |
#audio_selector_groups ⇒ ::Hash[::String, Types::AudioSelectorGroup]
Returns the value of attribute audio_selector_groups.
1374 1375 1376 |
# File 'sig/types.rbs', line 1374 def audio_selector_groups @audio_selector_groups end |
#audio_selectors ⇒ ::Hash[::String, Types::AudioSelector]
Returns the value of attribute audio_selectors.
1375 1376 1377 |
# File 'sig/types.rbs', line 1375 def audio_selectors @audio_selectors end |
#caption_selectors ⇒ ::Hash[::String, Types::CaptionSelector]
Returns the value of attribute caption_selectors.
1376 1377 1378 |
# File 'sig/types.rbs', line 1376 def caption_selectors @caption_selectors end |
#crop ⇒ Types::Rectangle
Returns the value of attribute crop.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def crop @crop end |
#deblock_filter ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deblock_filter.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def deblock_filter @deblock_filter end |
#decryption_settings ⇒ Types::InputDecryptionSettings
Returns the value of attribute decryption_settings.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def decryption_settings @decryption_settings end |
#denoise_filter ⇒ "ENABLED", "DISABLED"
Returns the value of attribute denoise_filter.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def denoise_filter @denoise_filter end |
#dolby_vision_metadata_xml ⇒ ::String
Returns the value of attribute dolby_vision_metadata_xml.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def @dolby_vision_metadata_xml end |
#dynamic_audio_selectors ⇒ ::Hash[::String, Types::DynamicAudioSelector]
Returns the value of attribute dynamic_audio_selectors.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def dynamic_audio_selectors @dynamic_audio_selectors end |
#file_input ⇒ ::String
Returns the value of attribute file_input.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def file_input @file_input end |
#filter_enable ⇒ "AUTO", ...
Returns the value of attribute filter_enable.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def filter_enable @filter_enable end |
#filter_strength ⇒ ::Integer
Returns the value of attribute filter_strength.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def filter_strength @filter_strength end |
#image_inserter ⇒ Types::ImageInserter
Returns the value of attribute image_inserter.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def image_inserter @image_inserter end |
#input_clippings ⇒ ::Array[Types::InputClipping]
Returns the value of attribute input_clippings.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def input_clippings @input_clippings end |
#input_scan_type ⇒ "AUTO", "PSF"
Returns the value of attribute input_scan_type.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def input_scan_type @input_scan_type end |
#multi_view_settings ⇒ ::Array[Types::MultiViewSettings]
Returns the value of attribute multi_view_settings.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def multi_view_settings @multi_view_settings end |
#position ⇒ Types::Rectangle
Returns the value of attribute position.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def position @position end |
#program_number ⇒ ::Integer
Returns the value of attribute program_number.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def program_number @program_number end |
#psi_control ⇒ "IGNORE_PSI", "USE_PSI"
Returns the value of attribute psi_control.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def psi_control @psi_control end |
#supplemental_imps ⇒ ::Array[::String]
Returns the value of attribute supplemental_imps.
1393 1394 1395 |
# File 'sig/types.rbs', line 1393 def supplemental_imps @supplemental_imps end |
#tams_settings ⇒ Types::InputTamsSettings
Returns the value of attribute tams_settings.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def tams_settings @tams_settings end |
#timecode_source ⇒ "EMBEDDED", ...
Returns the value of attribute timecode_source.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def timecode_source @timecode_source end |
#timecode_start ⇒ ::String
Returns the value of attribute timecode_start.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def timecode_start @timecode_start end |
#video_generator ⇒ Types::InputVideoGenerator
Returns the value of attribute video_generator.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def video_generator @video_generator end |
#video_overlays ⇒ ::Array[Types::VideoOverlay]
Returns the value of attribute video_overlays.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def @video_overlays end |
#video_selector ⇒ Types::VideoSelector
Returns the value of attribute video_selector.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def video_selector @video_selector end |