class NielsenCbetStepaside
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.NielsenCbetStepaside |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#NielsenCbetStepaside |
Java | software.amazon.awscdk.services.medialive.alpha.NielsenCbetStepaside |
Python | aws_cdk.aws_medialive_alpha.NielsenCbetStepaside |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป NielsenCbetStepaside |
CBET insertion behavior when prior encoding is detected on the same layer.
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';
const nielsenCbetStepaside = medialive_alpha.NielsenCbetStepaside.of('value');
Properties
| Name | Type | Description |
|---|---|---|
| value | string | The underlying string value passed to CloudFormation. |
| static DISABLED | Nielsen | Existing Nielsen watermarks are removed. |
| static ENABLED | Nielsen | Existing Nielsen watermarks are left intact. |
value
Type:
string
The underlying string value passed to CloudFormation.
static DISABLED
Type:
Nielsen
Existing Nielsen watermarks are removed.
New watermarks are inserted throughout the audio.
static ENABLED
Type:
Nielsen
Existing Nielsen watermarks are left intact.
New watermarks are inserted only in portions of the audio where there are no existing watermarks.
Methods
| Name | Description |
|---|---|
| static of(value) | A value not yet modelled by AWS CDK. |
static of(value)
public static of(value: string): NielsenCbetStepaside
Parameters
- value
string
Returns
A value not yet modelled by AWS CDK.

.NET
Go
Java
Python
TypeScript (