aws-cdk-lib.aws_medialive.CfnChannel.NielsenCBETProperty

interface NielsenCBETProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.NielsenCBETProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_NielsenCBETProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.NielsenCBETProperty
Pythonaws_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

NameTypeDescription
cbetCheckDigitString?stringEnter the CBET check digits to use in the watermark.
cbetStepaside?stringDetermines the method of CBET insertion mode when prior encoding is detected on the same layer.
csid?stringEnter 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.