Show / Hide Table of Contents

Class CfnChannelPropsMixin.AudioChannelMappingProperty

The settings for remixing audio.

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

The parent of this entity is RemixSettings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiochannelmapping.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 audioChannelMappingProperty = new AudioChannelMappingProperty {
                 InputChannelLevels = new [] { new InputChannelLevelProperty {
                     Gain = 123,
                     InputChannel = 123
                 } },
                 OutputChannel = 123
             };

Synopsis

Constructors

AudioChannelMappingProperty()

The settings for remixing audio.

Properties

InputChannelLevels

The indices and gain values for each input channel that should be remixed into this output channel.

OutputChannel

The index of the output channel that is being produced.

Constructors

AudioChannelMappingProperty()

The settings for remixing audio.

public AudioChannelMappingProperty()
Remarks

The parent of this entity is RemixSettings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-audiochannelmapping.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 audioChannelMappingProperty = new AudioChannelMappingProperty {
                 InputChannelLevels = new [] { new InputChannelLevelProperty {
                     Gain = 123,
                     InputChannel = 123
                 } },
                 OutputChannel = 123
             };

Properties

InputChannelLevels

The indices and gain values for each input channel that should be remixed into this output channel.

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

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnChannelPropsMixin.IInputChannelLevelProperty)[]

OutputChannel

The index of the output channel that is being produced.

public double? OutputChannel { get; set; }
Property Value

double?

Remarks

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

Implements

CfnChannelPropsMixin.IAudioChannelMappingProperty
Back to top Generated by DocFX