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.
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
Remarks
OutputChannel
The index of the output channel that is being produced.
double? OutputChannel { get; }