Class CfnChannelPropsMixin.NielsenCBETProperty
Complete these fields only if you want to insert watermarks of type Nielsen CBET.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnChannelPropsMixin.NielsenCBETProperty : CfnChannelPropsMixin.INielsenCBETProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.NielsenCBETProperty Implements CfnChannelPropsMixin.INielsenCBETProperty
Remarks
The parent of this entity is NielsenWatermarksSettings
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins;
var nielsenCBETProperty = new NielsenCBETProperty {
CbetCheckDigitString = "cbetCheckDigitString",
CbetStepaside = "cbetStepaside",
Csid = "csid"
};
Synopsis
Constructors
| NielsenCBETProperty() | Complete these fields only if you want to insert watermarks of type Nielsen CBET. |
Properties
| CbetCheckDigitString | Enter the CBET check digits to use in the watermark. |
| CbetStepaside | Determines the method of CBET insertion mode when prior encoding is detected on the same layer. |
| Csid | Enter the CBET Source ID (CSID) to use in the watermark. |
Constructors
NielsenCBETProperty()
Complete these fields only if you want to insert watermarks of type Nielsen CBET.
public NielsenCBETProperty()
Remarks
The parent of this entity is NielsenWatermarksSettings
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins;
var nielsenCBETProperty = new NielsenCBETProperty {
CbetCheckDigitString = "cbetCheckDigitString",
CbetStepaside = "cbetStepaside",
Csid = "csid"
};
Properties
CbetCheckDigitString
Enter the CBET check digits to use in the watermark.
public string? CbetCheckDigitString { get; set; }
Property Value
Remarks
CbetStepaside
Determines the method of CBET insertion mode when prior encoding is detected on the same layer.
public string? CbetStepaside { get; set; }
Property Value
Remarks
Csid
Enter the CBET Source ID (CSID) to use in the watermark.
public string? Csid { get; set; }