interface NielsenCBETProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaLive.CfnChannelPropsMixin.NielsenCBETProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmedialive#CfnChannelPropsMixin_NielsenCBETProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.NielsenCBETProperty |
Python | aws_cdk.cfn_property_mixins.aws_medialive.CfnChannelPropsMixin.NielsenCBETProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_medialive » 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 { aws_medialive as medialive } from '@aws-cdk/cfn-property-mixins';
const nielsenCBETProperty: medialive.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