interface NielsenConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.NielsenConfigurationProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.NielsenConfigurationProperty |
Python | aws_cdk.aws_medialive.CfnChannel.NielsenConfigurationProperty |
TypeScript | @aws-cdk/aws-medialive » CfnChannel » NielsenConfigurationProperty |
The settings to configure Nielsen watermarks.
The parent of this entity is EncoderSettings.
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 nielsenConfigurationProperty: medialive.CfnChannel.NielsenConfigurationProperty = {
distributorId: 'distributorId',
nielsenPcmToId3Tagging: 'nielsenPcmToId3Tagging',
};
Properties
Name | Type | Description |
---|---|---|
distributor | string | Enter the Distributor ID assigned to your organization by Nielsen. |
nielsen | string | Enables Nielsen PCM to ID3 tagging. |
distributorId?
Type:
string
(optional)
Enter the Distributor ID assigned to your organization by Nielsen.
nielsenPcmToId3Tagging?
Type:
string
(optional)
Enables Nielsen PCM to ID3 tagging.