@Stability(value=Stable)
public static interface CfnChannel.NielsenConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.medialive.*;
NielsenConfigurationProperty nielsenConfigurationProperty = NielsenConfigurationProperty.builder()
.distributorId("distributorId")
.nielsenPcmToId3Tagging("nielsenPcmToId3Tagging")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.NielsenConfigurationProperty.Builder
A builder for
CfnChannel.NielsenConfigurationProperty |
static class |
CfnChannel.NielsenConfigurationProperty.Jsii$Proxy
An implementation for
CfnChannel.NielsenConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.NielsenConfigurationProperty.Builder |
builder() |
default String |
getDistributorId()
Enter the Distributor ID assigned to your organization by Nielsen.
|
default String |
getNielsenPcmToId3Tagging()
Enables Nielsen PCM to ID3 tagging.
|
@Stability(value=Stable) @Nullable default String getDistributorId()
@Stability(value=Stable) @Nullable default String getNielsenPcmToId3Tagging()
@Stability(value=Stable) static CfnChannel.NielsenConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.