Show / Hide Table of Contents

Interface CfnChannelPropsMixin.IAudioChannelMappingProperty

The settings for remixing audio.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnChannelPropsMixin.IAudioChannelMappingProperty
Syntax (vb)
Public Interface 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

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.

Properties

InputChannelLevels

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

object? InputChannelLevels { get; }
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.

double? OutputChannel { get; }
Property Value

double?

Remarks

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

Back to top Generated by DocFX