@Stability(value=Stable)
public static interface CfnChannel.NielsenCBETProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is NielsenWatermarksSettings
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.*;
NielsenCBETProperty nielsenCBETProperty = NielsenCBETProperty.builder()
.cbetCheckDigitString("cbetCheckDigitString")
.cbetStepaside("cbetStepaside")
.csid("csid")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.NielsenCBETProperty.Builder
A builder for
CfnChannel.NielsenCBETProperty |
static class |
CfnChannel.NielsenCBETProperty.Jsii$Proxy
An implementation for
CfnChannel.NielsenCBETProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.NielsenCBETProperty.Builder |
builder() |
default String |
getCbetCheckDigitString()
Enter the CBET check digits to use in the watermark.
|
default String |
getCbetStepaside()
Determines the method of CBET insertion mode when prior encoding is detected on the same layer.
|
default String |
getCsid()
Enter the CBET Source ID (CSID) to use in the watermark.
|
@Stability(value=Stable) @Nullable default String getCbetCheckDigitString()
@Stability(value=Stable) @Nullable default String getCbetStepaside()
@Stability(value=Stable) @Nullable default String getCsid()
@Stability(value=Stable) static CfnChannel.NielsenCBETProperty.Builder builder()
Copyright © 2022. All rights reserved.