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.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def advanced_input_filter @advanced_input_filter end |
#advanced_input_filter_settings ⇒ Types::AdvancedInputFilterSettings
Returns the value of attribute advanced_input_filter_settings.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 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.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def audio_selector_groups @audio_selector_groups end |
#audio_selectors ⇒ ::Hash[::String, Types::AudioSelector]
Returns the value of attribute audio_selectors.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def audio_selectors @audio_selectors end |
#caption_selectors ⇒ ::Hash[::String, Types::CaptionSelector]
Returns the value of attribute caption_selectors.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def caption_selectors @caption_selectors end |
#crop ⇒ Types::Rectangle
Returns the value of attribute crop.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def crop @crop end |
#deblock_filter ⇒ "ENABLED", "DISABLED"
Returns the value of attribute deblock_filter.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def deblock_filter @deblock_filter end |
#denoise_filter ⇒ "ENABLED", "DISABLED"
Returns the value of attribute denoise_filter.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def denoise_filter @denoise_filter end |
#dolby_vision_metadata_xml ⇒ ::String
Returns the value of attribute dolby_vision_metadata_xml.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def @dolby_vision_metadata_xml end |
#dynamic_audio_selectors ⇒ ::Hash[::String, Types::DynamicAudioSelector]
Returns the value of attribute dynamic_audio_selectors.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def dynamic_audio_selectors @dynamic_audio_selectors end |
#filter_enable ⇒ "AUTO", ...
Returns the value of attribute filter_enable.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def filter_enable @filter_enable end |
#filter_strength ⇒ ::Integer
Returns the value of attribute filter_strength.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def filter_strength @filter_strength end |
#image_inserter ⇒ Types::ImageInserter
Returns the value of attribute image_inserter.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def image_inserter @image_inserter end |
#input_clippings ⇒ ::Array[Types::InputClipping]
Returns the value of attribute input_clippings.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def input_clippings @input_clippings end |
#input_scan_type ⇒ "AUTO", "PSF"
Returns the value of attribute input_scan_type.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def input_scan_type @input_scan_type end |
#multi_view_settings ⇒ ::Array[Types::MultiViewSettings]
Returns the value of attribute multi_view_settings.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def multi_view_settings @multi_view_settings end |
#position ⇒ Types::Rectangle
Returns the value of attribute position.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def position @position end |
#program_number ⇒ ::Integer
Returns the value of attribute program_number.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def program_number @program_number end |
#psi_control ⇒ "IGNORE_PSI", "USE_PSI"
Returns the value of attribute psi_control.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def psi_control @psi_control end |
#timecode_source ⇒ "EMBEDDED", ...
Returns the value of attribute timecode_source.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def timecode_source @timecode_source end |
#timecode_start ⇒ ::String
Returns the value of attribute timecode_start.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def timecode_start @timecode_start end |
#video_overlays ⇒ ::Array[Types::VideoOverlay]
Returns the value of attribute video_overlays.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def @video_overlays end |
#video_selector ⇒ Types::VideoSelector
Returns the value of attribute video_selector.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def video_selector @video_selector end |