Interface CfnChannel.NielsenConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.NielsenConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnChannel
@Stability(Stable)
public static interface CfnChannel.NielsenConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.medialive.*; NielsenConfigurationProperty nielsenConfigurationProperty = NielsenConfigurationProperty.builder() .distributorId("distributorId") .nielsenPcmToId3Tagging("nielsenPcmToId3Tagging") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.NielsenConfigurationProperty
static final class
An implementation forCfnChannel.NielsenConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDistributorId
Enter the Distributor ID assigned to your organization by Nielsen. -
getNielsenPcmToId3Tagging
Enables Nielsen PCM to ID3 tagging. -
builder
-