Class: Aws::Types::InputTemplate
- Inherits:
-
Object
- Object
- Aws::Types::InputTemplate
- 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.
-
#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.
-
#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.
-
#timecode_source ⇒ "EMBEDDED", ...
Returns the value of attribute timecode_source.
-
#timecode_start ⇒ ::String
Returns the value of attribute timecode_start.
-
#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.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def advanced_input_filter @advanced_input_filter end |
#advanced_input_filter_settings ⇒ Types::AdvancedInputFilterSettings
Returns the value of attribute advanced_input_filter_settings.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 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.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def audio_selector_groups @audio_selector_groups end |
#audio_selectors ⇒ ::Hash[::String, Types::AudioSelector]
Returns the value of attribute audio_selectors.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def audio_selectors @audio_selectors end |
#caption_selectors ⇒ ::Hash[::String, Types::CaptionSelector]
Returns the value of attribute caption_selectors.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def caption_selectors @caption_selectors end |
#crop ⇒ Types::Rectangle
Returns the value of attribute crop.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def crop @crop end |
#deblock_filter ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deblock_filter.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def deblock_filter @deblock_filter end |
#denoise_filter ⇒ "ENABLED", "DISABLED"
Returns the value of attribute denoise_filter.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def denoise_filter @denoise_filter end |
#dolby_vision_metadata_xml ⇒ ::String
Returns the value of attribute dolby_vision_metadata_xml.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def @dolby_vision_metadata_xml end |
#dynamic_audio_selectors ⇒ ::Hash[::String, Types::DynamicAudioSelector]
Returns the value of attribute dynamic_audio_selectors.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def dynamic_audio_selectors @dynamic_audio_selectors end |
#filter_enable ⇒ "AUTO", ...
Returns the value of attribute filter_enable.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def filter_enable @filter_enable end |
#filter_strength ⇒ ::Integer
Returns the value of attribute filter_strength.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def filter_strength @filter_strength end |
#image_inserter ⇒ Types::ImageInserter
Returns the value of attribute image_inserter.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def image_inserter @image_inserter end |
#input_clippings ⇒ ::Array[Types::InputClipping]
Returns the value of attribute input_clippings.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def input_clippings @input_clippings end |
#input_scan_type ⇒ "AUTO", "PSF"
Returns the value of attribute input_scan_type.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def input_scan_type @input_scan_type end |
#multi_view_settings ⇒ ::Array[Types::MultiViewSettings]
Returns the value of attribute multi_view_settings.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def multi_view_settings @multi_view_settings end |
#position ⇒ Types::Rectangle
Returns the value of attribute position.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def position @position end |
#program_number ⇒ ::Integer
Returns the value of attribute program_number.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def program_number @program_number end |
#psi_control ⇒ "IGNORE_PSI", "USE_PSI"
Returns the value of attribute psi_control.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def psi_control @psi_control end |
#timecode_source ⇒ "EMBEDDED", ...
Returns the value of attribute timecode_source.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def timecode_source @timecode_source end |
#timecode_start ⇒ ::String
Returns the value of attribute timecode_start.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def timecode_start @timecode_start end |
#video_overlays ⇒ ::Array[Types::VideoOverlay]
Returns the value of attribute video_overlays.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def @video_overlays end |
#video_selector ⇒ Types::VideoSelector
Returns the value of attribute video_selector.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def video_selector @video_selector end |