Method: Aws::MediaConvert::Types::VideoPreprocessor#partner_watermarking
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
#partner_watermarking ⇒ Types::PartnerWatermarking
If you work with a third party video watermarking partner, use the group of settings that correspond with your watermarking partner to include watermarks in your output.
14510 14511 14512 14513 14514 14515 14516 14517 14518 14519 14520 14521 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 14510 class VideoPreprocessor < Struct.new( :color_corrector, :deinterlacer, :dolby_vision, :hdr_10_plus, :image_inserter, :noise_reducer, :partner_watermarking, :timecode_burnin) SENSITIVE = [] include Aws::Structure end |