Class CfnChannelPropsMixin.AudioDolbyEDecodeProperty
Implements
Inherited Members
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
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
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; }