interface NielsenConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnChannelPropsMixin.NielsenConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnChannelPropsMixin_NielsenConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.NielsenConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnChannelPropsMixin.NielsenConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » CfnChannelPropsMixin » 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 { mixins as medialive_mixins } from '@aws-cdk/mixins-preview/aws-medialive';
const nielsenConfigurationProperty: medialive_mixins.CfnChannelPropsMixin.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.

.NET
Go
Java
Python
TypeScript