Show / Hide Table of Contents

Class CfnChannelPropsMixin.AudioDolbyEDecodeProperty

Inheritance
object
CfnChannelPropsMixin.AudioDolbyEDecodeProperty
Implements
CfnChannelPropsMixin.IAudioDolbyEDecodeProperty
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.AudioDolbyEDecodeProperty : CfnChannelPropsMixin.IAudioDolbyEDecodeProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.AudioDolbyEDecodeProperty Implements CfnChannelPropsMixin.IAudioDolbyEDecodeProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodolbyedecode.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 audioDolbyEDecodeProperty = new AudioDolbyEDecodeProperty {
                 ProgramSelection = "programSelection"
             };

Synopsis

Constructors

AudioDolbyEDecodeProperty()

Properties

ProgramSelection

Constructors

AudioDolbyEDecodeProperty()

public AudioDolbyEDecodeProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiodolbyedecode.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 audioDolbyEDecodeProperty = new AudioDolbyEDecodeProperty {
                 ProgramSelection = "programSelection"
             };

Properties

ProgramSelection

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

string

Remarks

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

Implements

CfnChannelPropsMixin.IAudioDolbyEDecodeProperty
Back to top Generated by DocFX