@Stability(value=Stable)
public static interface CfnChannel.NielsenWatermarksSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is AudioWatermarkSettings.
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.*;
NielsenWatermarksSettingsProperty nielsenWatermarksSettingsProperty = NielsenWatermarksSettingsProperty.builder()
.nielsenCbetSettings(NielsenCBETProperty.builder()
.cbetCheckDigitString("cbetCheckDigitString")
.cbetStepaside("cbetStepaside")
.csid("csid")
.build())
.nielsenDistributionType("nielsenDistributionType")
.nielsenNaesIiNwSettings(NielsenNaesIiNwProperty.builder()
.checkDigitString("checkDigitString")
.sid(123)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.NielsenWatermarksSettingsProperty.Builder
A builder for
CfnChannel.NielsenWatermarksSettingsProperty |
static class |
CfnChannel.NielsenWatermarksSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.NielsenWatermarksSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.NielsenWatermarksSettingsProperty.Builder |
builder() |
default Object |
getNielsenCbetSettings()
Complete these fields only if you want to insert watermarks of type Nielsen CBET.
|
default String |
getNielsenDistributionType()
Choose the distribution types that you want to assign to the watermarks: - PROGRAM_CONTENT - FINAL_DISTRIBUTOR.
|
default Object |
getNielsenNaesIiNwSettings()
Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).
|
@Stability(value=Stable) @Nullable default Object getNielsenCbetSettings()
@Stability(value=Stable) @Nullable default String getNielsenDistributionType()
@Stability(value=Stable) @Nullable default Object getNielsenNaesIiNwSettings()
@Stability(value=Stable) static CfnChannel.NielsenWatermarksSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.