interface NielsenCBETProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnChannelPropsMixin.NielsenCBETProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnChannelPropsMixin_NielsenCBETProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.NielsenCBETProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnChannelPropsMixin.NielsenCBETProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » CfnChannelPropsMixin » NielsenCBETProperty |
Complete these fields only if you want to insert watermarks of type Nielsen CBET.
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 { mixins as medialive_mixins } from '@aws-cdk/mixins-preview/aws-medialive';
const nielsenCBETProperty: medialive_mixins.CfnChannelPropsMixin.NielsenCBETProperty = {
cbetCheckDigitString: 'cbetCheckDigitString',
cbetStepaside: 'cbetStepaside',
csid: 'csid',
};
Properties
| Name | Type | Description |
|---|---|---|
| cbet | string | Enter the CBET check digits to use in the watermark. |
| cbet | string | Determines the method of CBET insertion mode when prior encoding is detected on the same layer. |
| csid? | string | Enter the CBET Source ID (CSID) to use in the watermark. |
cbetCheckDigitString?
Type:
string
(optional)
Enter the CBET check digits to use in the watermark.
cbetStepaside?
Type:
string
(optional)
Determines the method of CBET insertion mode when prior encoding is detected on the same layer.
csid?
Type:
string
(optional)
Enter the CBET Source ID (CSID) to use in the watermark.

.NET
Go
Java
Python
TypeScript