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.
2617 2618 2619 |
# File 'sig/types.rbs', line 2617 def color_corrector @color_corrector end |
#deinterlacer ⇒ Types::Deinterlacer
Returns the value of attribute deinterlacer.
2618 2619 2620 |
# File 'sig/types.rbs', line 2618 def deinterlacer @deinterlacer end |
#dolby_vision ⇒ Types::DolbyVision
Returns the value of attribute dolby_vision.
2619 2620 2621 |
# File 'sig/types.rbs', line 2619 def dolby_vision @dolby_vision end |
#duration_control ⇒ Types::DurationControl
Returns the value of attribute duration_control.
2620 2621 2622 |
# File 'sig/types.rbs', line 2620 def duration_control @duration_control end |
#hdr_10_plus ⇒ Types::Hdr10Plus
Returns the value of attribute hdr_10_plus.
2621 2622 2623 |
# File 'sig/types.rbs', line 2621 def hdr_10_plus @hdr_10_plus end |
#image_inserter ⇒ Types::ImageInserter
Returns the value of attribute image_inserter.
2622 2623 2624 |
# File 'sig/types.rbs', line 2622 def image_inserter @image_inserter end |
#noise_reducer ⇒ Types::NoiseReducer
Returns the value of attribute noise_reducer.
2623 2624 2625 |
# File 'sig/types.rbs', line 2623 def noise_reducer @noise_reducer end |
#partner_watermarking ⇒ Types::PartnerWatermarking
Returns the value of attribute partner_watermarking.
2624 2625 2626 |
# File 'sig/types.rbs', line 2624 def partner_watermarking @partner_watermarking end |
#timecode_burnin ⇒ Types::TimecodeBurnin
Returns the value of attribute timecode_burnin.
2625 2626 2627 |
# File 'sig/types.rbs', line 2625 def timecode_burnin @timecode_burnin end |