@Stability(value=Stable)
public static interface CfnChannel.AudioChannelMappingProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is RemixSettings.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.medialive.*;
AudioChannelMappingProperty audioChannelMappingProperty = AudioChannelMappingProperty.builder()
.inputChannelLevels(List.of(InputChannelLevelProperty.builder()
.gain(123)
.inputChannel(123)
.build()))
.outputChannel(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.AudioChannelMappingProperty.Builder
A builder for
CfnChannel.AudioChannelMappingProperty |
static class |
CfnChannel.AudioChannelMappingProperty.Jsii$Proxy
An implementation for
CfnChannel.AudioChannelMappingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.AudioChannelMappingProperty.Builder |
builder() |
default Object |
getInputChannelLevels()
The indices and gain values for each input channel that should be remixed into this output channel.
|
default Number |
getOutputChannel()
The index of the output channel that is being produced.
|
@Stability(value=Stable) @Nullable default Object getInputChannelLevels()
@Stability(value=Stable) @Nullable default Number getOutputChannel()
@Stability(value=Stable) static CfnChannel.AudioChannelMappingProperty.Builder builder()
Copyright © 2022. All rights reserved.