interface NielsenCBETProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MediaLive.CfnChannel.NielsenCBETProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_NielsenCBETProperty |
Java | software.amazon.awscdk.services.medialive.CfnChannel.NielsenCBETProperty |
Python | aws_cdk.aws_medialive.CfnChannel.NielsenCBETProperty |
TypeScript | aws-cdk-lib » aws_medialive » CfnChannel » 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-lib';
const nielsenCBETProperty: medialive.CfnChannel.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.