interface NielsenWatermarksSettingsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.NielsenWatermarksSettingsProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.NielsenWatermarksSettingsProperty |
Python | aws_cdk.aws_medialive.CfnChannel.NielsenWatermarksSettingsProperty |
TypeScript | @aws-cdk/aws-medialive » CfnChannel » NielsenWatermarksSettingsProperty |
Settings to configure Nielsen Watermarks in the audio encode.
The parent of this entity is AudioWatermarkSettings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive from '@aws-cdk/aws-medialive';
const nielsenWatermarksSettingsProperty: medialive.CfnChannel.NielsenWatermarksSettingsProperty = {
nielsenCbetSettings: {
cbetCheckDigitString: 'cbetCheckDigitString',
cbetStepaside: 'cbetStepaside',
csid: 'csid',
},
nielsenDistributionType: 'nielsenDistributionType',
nielsenNaesIiNwSettings: {
checkDigitString: 'checkDigitString',
sid: 123,
timezone: 'timezone',
},
};
Properties
Name | Type | Description |
---|---|---|
nielsen | IResolvable | Nielsen | Complete these fields only if you want to insert watermarks of type Nielsen CBET. |
nielsen | string | Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTOR. |
nielsen | IResolvable | Nielsen | Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW). |
nielsenCbetSettings?
Type:
IResolvable
|
Nielsen
(optional)
Complete these fields only if you want to insert watermarks of type Nielsen CBET.
nielsenDistributionType?
Type:
string
(optional)
Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTOR.
nielsenNaesIiNwSettings?
Type:
IResolvable
|
Nielsen
(optional)
Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).