Class: Aws::MediaConvert::Types::NielsenNonLinearWatermarkSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::NielsenNonLinearWatermarkSettings
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
Ignore these settings unless you are using Nielsen non-linear watermarking. Specify the values that MediaConvert uses to generate and place Nielsen watermarks in your output audio. In addition to specifying these values, you also need to set up your cloud TIC server. These settings apply to every output in your job. The MediaConvert implementation is currently with the following Nielsen versions: Nielsen Watermark SDK Version 6.0.13 Nielsen NLM Watermark Engine Version 1.3.3 Nielsen Watermark Authenticator [SID_TIC] Version [7.0.0]
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_watermark_process ⇒ String
Choose the type of Nielsen watermarks that you want in your outputs.
-
#adi_filename ⇒ String
Optional.
-
#asset_id ⇒ String
Use the asset ID that you provide to Nielsen to uniquely identify this asset.
-
#asset_name ⇒ String
Use the asset name that you provide to Nielsen for this asset.
-
#cbet_source_id ⇒ String
Use the CSID that Nielsen provides to you.
-
#episode_id ⇒ String
Optional.
-
#metadata_destination ⇒ String
Specify the Amazon S3 location where you want MediaConvert to save your Nielsen non-linear metadata .zip file.
-
#source_id ⇒ Integer
Use the SID that Nielsen provides to you.
-
#source_watermark_status ⇒ String
Required.
-
#tic_server_url ⇒ String
Specify the endpoint for the TIC server that you have deployed and configured in the AWS Cloud.
-
#unique_tic_per_audio_track ⇒ String
To create assets that have the same TIC values in each audio track, keep the default value Share TICs.
Instance Attribute Details
#active_watermark_process ⇒ String
Choose the type of Nielsen watermarks that you want in your outputs. When you choose NAES 2 and NW, you must provide a value for the setting SID. When you choose CBET, you must provide a value for the setting CSID. When you choose NAES 2, NW, and CBET, you must provide values for both of these settings.
10724 10725 10726 10727 10728 10729 10730 10731 10732 10733 10734 10735 10736 10737 10738 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 10724 class NielsenNonLinearWatermarkSettings < Struct.new( :active_watermark_process, :adi_filename, :asset_id, :asset_name, :cbet_source_id, :episode_id, :metadata_destination, :source_id, :source_watermark_status, :tic_server_url, :unique_tic_per_audio_track) SENSITIVE = [] include Aws::Structure end |
#adi_filename ⇒ String
Optional. Use this setting when you want the service to include an ADI file in the Nielsen metadata .zip file. To provide an ADI file, store it in Amazon S3 and provide a URL to it here. The URL should be in the following format: S3://bucket/path/ADI-file. For more information about the metadata .zip file, see the setting Metadata destination.
10724 10725 10726 10727 10728 10729 10730 10731 10732 10733 10734 10735 10736 10737 10738 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 10724 class NielsenNonLinearWatermarkSettings < Struct.new( :active_watermark_process, :adi_filename, :asset_id, :asset_name, :cbet_source_id, :episode_id, :metadata_destination, :source_id, :source_watermark_status, :tic_server_url, :unique_tic_per_audio_track) SENSITIVE = [] include Aws::Structure end |
#asset_id ⇒ String
Use the asset ID that you provide to Nielsen to uniquely identify this asset. Required for all Nielsen non-linear watermarking.
10724 10725 10726 10727 10728 10729 10730 10731 10732 10733 10734 10735 10736 10737 10738 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 10724 class NielsenNonLinearWatermarkSettings < Struct.new( :active_watermark_process, :adi_filename, :asset_id, :asset_name, :cbet_source_id, :episode_id, :metadata_destination, :source_id, :source_watermark_status, :tic_server_url, :unique_tic_per_audio_track) SENSITIVE = [] include Aws::Structure end |
#asset_name ⇒ String
Use the asset name that you provide to Nielsen for this asset. Required for all Nielsen non-linear watermarking.
10724 10725 10726 10727 10728 10729 10730 10731 10732 10733 10734 10735 10736 10737 10738 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 10724 class NielsenNonLinearWatermarkSettings < Struct.new( :active_watermark_process, :adi_filename, :asset_id, :asset_name, :cbet_source_id, :episode_id, :metadata_destination, :source_id, :source_watermark_status, :tic_server_url, :unique_tic_per_audio_track) SENSITIVE = [] include Aws::Structure end |
#cbet_source_id ⇒ String
Use the CSID that Nielsen provides to you. This CBET source ID should be unique to your Nielsen account but common to all of your output assets that have CBET watermarking. Required when you choose a value for the setting Watermark types that includes CBET.
10724 10725 10726 10727 10728 10729 10730 10731 10732 10733 10734 10735 10736 10737 10738 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 10724 class NielsenNonLinearWatermarkSettings < Struct.new( :active_watermark_process, :adi_filename, :asset_id, :asset_name, :cbet_source_id, :episode_id, :metadata_destination, :source_id, :source_watermark_status, :tic_server_url, :unique_tic_per_audio_track) SENSITIVE = [] include Aws::Structure end |
#episode_id ⇒ String
Optional. If this asset uses an episode ID with Nielsen, provide it here.
10724 10725 10726 10727 10728 10729 10730 10731 10732 10733 10734 10735 10736 10737 10738 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 10724 class NielsenNonLinearWatermarkSettings < Struct.new( :active_watermark_process, :adi_filename, :asset_id, :asset_name, :cbet_source_id, :episode_id, :metadata_destination, :source_id, :source_watermark_status, :tic_server_url, :unique_tic_per_audio_track) SENSITIVE = [] include Aws::Structure end |
#metadata_destination ⇒ String
Specify the Amazon S3 location where you want MediaConvert to save your Nielsen non-linear metadata .zip file. This Amazon S3 bucket must be in the same Region as the one where you do your MediaConvert transcoding. If you want to include an ADI file in this .zip file, use the setting ADI file to specify it. MediaConvert delivers the Nielsen metadata .zip files only to your metadata destination Amazon S3 bucket. It doesn't deliver the .zip files to Nielsen. You are responsible for delivering the metadata .zip files to Nielsen.
10724 10725 10726 10727 10728 10729 10730 10731 10732 10733 10734 10735 10736 10737 10738 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 10724 class NielsenNonLinearWatermarkSettings < Struct.new( :active_watermark_process, :adi_filename, :asset_id, :asset_name, :cbet_source_id, :episode_id, :metadata_destination, :source_id, :source_watermark_status, :tic_server_url, :unique_tic_per_audio_track) SENSITIVE = [] include Aws::Structure end |
#source_id ⇒ Integer
Use the SID that Nielsen provides to you. This source ID should be unique to your Nielsen account but common to all of your output assets. Required for all Nielsen non-linear watermarking. This ID should be unique to your Nielsen account but common to all of your output assets. Required for all Nielsen non-linear watermarking.
10724 10725 10726 10727 10728 10729 10730 10731 10732 10733 10734 10735 10736 10737 10738 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 10724 class NielsenNonLinearWatermarkSettings < Struct.new( :active_watermark_process, :adi_filename, :asset_id, :asset_name, :cbet_source_id, :episode_id, :metadata_destination, :source_id, :source_watermark_status, :tic_server_url, :unique_tic_per_audio_track) SENSITIVE = [] include Aws::Structure end |
#source_watermark_status ⇒ String
Required. Specify whether your source content already contains Nielsen non-linear watermarks. When you set this value to Watermarked, the service fails the job. Nielsen requires that you add non-linear watermarking to only clean content that doesn't already have non-linear Nielsen watermarks.
10724 10725 10726 10727 10728 10729 10730 10731 10732 10733 10734 10735 10736 10737 10738 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 10724 class NielsenNonLinearWatermarkSettings < Struct.new( :active_watermark_process, :adi_filename, :asset_id, :asset_name, :cbet_source_id, :episode_id, :metadata_destination, :source_id, :source_watermark_status, :tic_server_url, :unique_tic_per_audio_track) SENSITIVE = [] include Aws::Structure end |
#tic_server_url ⇒ String
Specify the endpoint for the TIC server that you have deployed and configured in the AWS Cloud. Required for all Nielsen non-linear watermarking. MediaConvert can't connect directly to a TIC server. Instead, you must use API Gateway to provide a RESTful interface between MediaConvert and a TIC server that you deploy in your AWS account. For more information on deploying a TIC server in your AWS account and the required API Gateway, contact Nielsen support.
10724 10725 10726 10727 10728 10729 10730 10731 10732 10733 10734 10735 10736 10737 10738 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 10724 class NielsenNonLinearWatermarkSettings < Struct.new( :active_watermark_process, :adi_filename, :asset_id, :asset_name, :cbet_source_id, :episode_id, :metadata_destination, :source_id, :source_watermark_status, :tic_server_url, :unique_tic_per_audio_track) SENSITIVE = [] include Aws::Structure end |
#unique_tic_per_audio_track ⇒ String
To create assets that have the same TIC values in each audio track, keep the default value Share TICs. To create assets that have unique TIC values for each audio track, choose Use unique TICs.
10724 10725 10726 10727 10728 10729 10730 10731 10732 10733 10734 10735 10736 10737 10738 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 10724 class NielsenNonLinearWatermarkSettings < Struct.new( :active_watermark_process, :adi_filename, :asset_id, :asset_name, :cbet_source_id, :episode_id, :metadata_destination, :source_id, :source_watermark_status, :tic_server_url, :unique_tic_per_audio_track) SENSITIVE = [] include Aws::Structure end |