Show / Hide Table of Contents

Class CfnChannelPropsMixin.AudioWatermarkSettingsProperty

Audio Watermark Settings.

Inheritance
object
CfnChannelPropsMixin.AudioWatermarkSettingsProperty
Implements
CfnChannelPropsMixin.IAudioWatermarkSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnChannelPropsMixin.AudioWatermarkSettingsProperty : CfnChannelPropsMixin.IAudioWatermarkSettingsProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.AudioWatermarkSettingsProperty Implements CfnChannelPropsMixin.IAudioWatermarkSettingsProperty
Remarks

The parent of this entity is AudioDescription.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiowatermarksettings.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.CfnPropertyMixins.AWS.MediaLive;

             var audioWatermarkSettingsProperty = new AudioWatermarkSettingsProperty {
                 NielsenWatermarksSettings = new NielsenWatermarksSettingsProperty {
                     NielsenCbetSettings = new NielsenCBETProperty {
                         CbetCheckDigitString = "cbetCheckDigitString",
                         CbetStepaside = "cbetStepaside",
                         Csid = "csid"
                     },
                     NielsenDistributionType = "nielsenDistributionType",
                     NielsenNaesIiNwSettings = new NielsenNaesIiNwProperty {
                         CheckDigitString = "checkDigitString",
                         Sid = 123,
                         Timezone = "timezone"
                     }
                 }
             };

Synopsis

Constructors

AudioWatermarkSettingsProperty()

Audio Watermark Settings.

Properties

NielsenWatermarksSettings

Settings to configure Nielsen Watermarks in the audio encode.

Constructors

AudioWatermarkSettingsProperty()

Audio Watermark Settings.

public AudioWatermarkSettingsProperty()
Remarks

The parent of this entity is AudioDescription.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiowatermarksettings.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.CfnPropertyMixins.AWS.MediaLive;

             var audioWatermarkSettingsProperty = new AudioWatermarkSettingsProperty {
                 NielsenWatermarksSettings = new NielsenWatermarksSettingsProperty {
                     NielsenCbetSettings = new NielsenCBETProperty {
                         CbetCheckDigitString = "cbetCheckDigitString",
                         CbetStepaside = "cbetStepaside",
                         Csid = "csid"
                     },
                     NielsenDistributionType = "nielsenDistributionType",
                     NielsenNaesIiNwSettings = new NielsenNaesIiNwProperty {
                         CheckDigitString = "checkDigitString",
                         Sid = 123,
                         Timezone = "timezone"
                     }
                 }
             };

Properties

NielsenWatermarksSettings

Settings to configure Nielsen Watermarks in the audio encode.

public object? NielsenWatermarksSettings { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnChannelPropsMixin.INielsenWatermarksSettingsProperty

Implements

CfnChannelPropsMixin.IAudioWatermarkSettingsProperty
Back to top Generated by DocFX