Class CfnChannelPropsMixin.NielsenNaesIiNwProperty
Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnChannelPropsMixin.NielsenNaesIiNwProperty : CfnChannelPropsMixin.INielsenNaesIiNwProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.NielsenNaesIiNwProperty Implements CfnChannelPropsMixin.INielsenNaesIiNwProperty
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.CfnPropertyMixins.AWS.MediaLive;
var nielsenNaesIiNwProperty = new NielsenNaesIiNwProperty {
CheckDigitString = "checkDigitString",
Sid = 123,
Timezone = "timezone"
};
Synopsis
Constructors
| NielsenNaesIiNwProperty() | Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW). |
Properties
| CheckDigitString | Enter the check digit string for the watermark. |
| Sid | Enter the Nielsen Source ID (SID) to include in the watermark. |
| Timezone | Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW). |
Constructors
NielsenNaesIiNwProperty()
Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).
public NielsenNaesIiNwProperty()
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.CfnPropertyMixins.AWS.MediaLive;
var nielsenNaesIiNwProperty = new NielsenNaesIiNwProperty {
CheckDigitString = "checkDigitString",
Sid = 123,
Timezone = "timezone"
};
Properties
CheckDigitString
Enter the check digit string for the watermark.
public string? CheckDigitString { get; set; }
Property Value
Remarks
Sid
Enter the Nielsen Source ID (SID) to include in the watermark.
public double? Sid { get; set; }
Property Value
Remarks
Timezone
Complete these fields only if you want to insert watermarks of type Nielsen NAES II (N2) and Nielsen NAES VI (NW).
public string? Timezone { get; set; }