interface NielsenCbetSettings
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.NielsenCbetSettings |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#NielsenCbetSettings |
Java | software.amazon.awscdk.services.medialive.alpha.NielsenCbetSettings |
Python | aws_cdk.aws_medialive_alpha.NielsenCbetSettings |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป NielsenCbetSettings |
Nielsen CBET watermark settings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
declare const nielsenCbetStepaside: medialive_alpha.NielsenCbetStepaside;
const nielsenCbetSettings: medialive_alpha.NielsenCbetSettings = {
cbetCheckDigitString: 'cbetCheckDigitString',
csid: 'csid',
// the properties below are optional
cbetStepaside: nielsenCbetStepaside,
};
Properties
| Name | Type | Description |
|---|---|---|
| cbet | string | The CBET check digit string. |
| csid | string | The CBET Source ID (CSID). |
| cbet | Nielsen | The CBET stepaside behavior when prior encoding is detected. |
cbetCheckDigitString
Type:
string
The CBET check digit string.
csid
Type:
string
The CBET Source ID (CSID).
cbetStepaside?
Type:
Nielsen
(optional, default: service default)
The CBET stepaside behavior when prior encoding is detected.

.NET
Go
Java
Python
TypeScript (