Method: Aws::MediaConvert::Types::KantarWatermarkSettings#metadata_3
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
#metadata_3 ⇒ String
You can optionally use this field to specify the first timestamp that Kantar embeds during watermarking. Kantar suggests that you be very cautious when using this Kantar feature, and that you use it only on channels that are managed specifically for use with this feature by your Audience Measurement Operator. For more information about this feature, contact Kantar technical support.
9249 9250 9251 9252 9253 9254 9255 9256 9257 9258 9259 9260 9261 9262 9263 9264 9265 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 9249 class KantarWatermarkSettings < Struct.new( :channel_name, :content_reference, :credentials_secret_name, :file_offset, :kantar_license_id, :kantar_server_url, :log_destination, :metadata_3, :metadata_4, :metadata_5, :metadata_6, :metadata_7, :metadata_8) SENSITIVE = [] include Aws::Structure end |