Class: Aws::Types::VideoPreprocessor
- Inherits:
-
Object
- Object
- Aws::Types::VideoPreprocessor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#color_corrector ⇒ Types::ColorCorrector
Returns the value of attribute color_corrector.
-
#deinterlacer ⇒ Types::Deinterlacer
Returns the value of attribute deinterlacer.
-
#dolby_vision ⇒ Types::DolbyVision
Returns the value of attribute dolby_vision.
-
#duration_control ⇒ Types::DurationControl
Returns the value of attribute duration_control.
-
#hdr_10_plus ⇒ Types::Hdr10Plus
Returns the value of attribute hdr_10_plus.
-
#image_inserter ⇒ Types::ImageInserter
Returns the value of attribute image_inserter.
-
#noise_reducer ⇒ Types::NoiseReducer
Returns the value of attribute noise_reducer.
-
#partner_watermarking ⇒ Types::PartnerWatermarking
Returns the value of attribute partner_watermarking.
-
#timecode_burnin ⇒ Types::TimecodeBurnin
Returns the value of attribute timecode_burnin.
Instance Attribute Details
#color_corrector ⇒ Types::ColorCorrector
Returns the value of attribute color_corrector.
2583 2584 2585 |
# File 'sig/types.rbs', line 2583 def color_corrector @color_corrector end |
#deinterlacer ⇒ Types::Deinterlacer
Returns the value of attribute deinterlacer.
2584 2585 2586 |
# File 'sig/types.rbs', line 2584 def deinterlacer @deinterlacer end |
#dolby_vision ⇒ Types::DolbyVision
Returns the value of attribute dolby_vision.
2585 2586 2587 |
# File 'sig/types.rbs', line 2585 def dolby_vision @dolby_vision end |
#duration_control ⇒ Types::DurationControl
Returns the value of attribute duration_control.
2586 2587 2588 |
# File 'sig/types.rbs', line 2586 def duration_control @duration_control end |
#hdr_10_plus ⇒ Types::Hdr10Plus
Returns the value of attribute hdr_10_plus.
2587 2588 2589 |
# File 'sig/types.rbs', line 2587 def hdr_10_plus @hdr_10_plus end |
#image_inserter ⇒ Types::ImageInserter
Returns the value of attribute image_inserter.
2588 2589 2590 |
# File 'sig/types.rbs', line 2588 def image_inserter @image_inserter end |
#noise_reducer ⇒ Types::NoiseReducer
Returns the value of attribute noise_reducer.
2589 2590 2591 |
# File 'sig/types.rbs', line 2589 def noise_reducer @noise_reducer end |
#partner_watermarking ⇒ Types::PartnerWatermarking
Returns the value of attribute partner_watermarking.
2590 2591 2592 |
# File 'sig/types.rbs', line 2590 def partner_watermarking @partner_watermarking end |
#timecode_burnin ⇒ Types::TimecodeBurnin
Returns the value of attribute timecode_burnin.
2591 2592 2593 |
# File 'sig/types.rbs', line 2591 def timecode_burnin @timecode_burnin end |