interface NielsenConfiguration
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.NielsenConfiguration |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#NielsenConfiguration |
Java | software.amazon.awscdk.services.medialive.alpha.NielsenConfiguration |
Python | aws_cdk.aws_medialive_alpha.NielsenConfiguration |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป NielsenConfiguration |
Nielsen watermark configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
declare const nielsenPcmToId3TaggingState: medialive_alpha.NielsenPcmToId3TaggingState;
const nielsenConfiguration: medialive_alpha.NielsenConfiguration = {
distributorId: 'distributorId',
nielsenPcmToId3Tagging: nielsenPcmToId3TaggingState,
};
Properties
| Name | Type | Description |
|---|---|---|
| distributor | string | The Distributor ID assigned to your organization by Nielsen. |
| nielsen | Nielsen | Whether to enable Nielsen PCM to ID3 tagging. |
distributorId?
Type:
string
(optional, default: no distributor ID)
The Distributor ID assigned to your organization by Nielsen.
nielsenPcmToId3Tagging?
Type:
Nielsen
(optional, default: service default)
Whether to enable Nielsen PCM to ID3 tagging.

.NET
Go
Java
Python
TypeScript (