@Stability(value=Stable)
public static interface CfnChannel.RemixSettingsProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
RemixSettingsProperty remixSettingsProperty = RemixSettingsProperty.builder()
.channelMappings(List.of(AudioChannelMappingProperty.builder()
.inputChannelLevels(List.of(InputChannelLevelProperty.builder()
.gain(123)
.inputChannel(123)
.build()))
.outputChannel(123)
.build()))
.channelsIn(123)
.channelsOut(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.RemixSettingsProperty.Builder
A builder for
CfnChannel.RemixSettingsProperty |
static class |
CfnChannel.RemixSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.RemixSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.RemixSettingsProperty.Builder |
builder() |
default Object |
getChannelMappings()
`CfnChannel.RemixSettingsProperty.ChannelMappings`.
|
default Number |
getChannelsIn()
`CfnChannel.RemixSettingsProperty.ChannelsIn`.
|
default Number |
getChannelsOut()
`CfnChannel.RemixSettingsProperty.ChannelsOut`.
|
@Stability(value=Stable) @Nullable default Object getChannelMappings()
@Stability(value=Stable) @Nullable default Number getChannelsIn()
@Stability(value=Stable) @Nullable default Number getChannelsOut()
@Stability(value=Stable) static CfnChannel.RemixSettingsProperty.Builder builder()
Copyright © 2021. All rights reserved.