Show / Hide Table of Contents

Class CfnChannelPropsMixin.NielsenCBETProperty

Complete these fields only if you want to insert watermarks of type Nielsen CBET.

Inheritance
object
CfnChannelPropsMixin.NielsenCBETProperty
Implements
CfnChannelPropsMixin.INielsenCBETProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsencbet.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsencbet.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsencbet.html#cfn-medialive-channel-nielsencbet-cbetcheckdigitstring

CbetStepaside

Determines the method of CBET insertion mode when prior encoding is detected on the same layer.

public string? CbetStepaside { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsencbet.html#cfn-medialive-channel-nielsencbet-cbetstepaside

Csid

Enter the CBET Source ID (CSID) to use in the watermark.

public string? Csid { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-nielsencbet.html#cfn-medialive-channel-nielsencbet-csid

Implements

CfnChannelPropsMixin.INielsenCBETProperty
Back to top Generated by DocFX