@Stability(value=Stable)
public static interface CfnChannel.InputChannelLevelProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is AudioChannelMappings.
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.*;
InputChannelLevelProperty inputChannelLevelProperty = InputChannelLevelProperty.builder()
.gain(123)
.inputChannel(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.InputChannelLevelProperty.Builder
A builder for
CfnChannel.InputChannelLevelProperty |
static class |
CfnChannel.InputChannelLevelProperty.Jsii$Proxy
An implementation for
CfnChannel.InputChannelLevelProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.InputChannelLevelProperty.Builder |
builder() |
default Number |
getGain()
The remixing value.
|
default Number |
getInputChannel()
The index of the input channel that is used as a source.
|
@Stability(value=Stable) @Nullable default Number getGain()
Units are in dB, and acceptable values are within the range from -60 (mute) to 6 dB.
@Stability(value=Stable) @Nullable default Number getInputChannel()
@Stability(value=Stable) static CfnChannel.InputChannelLevelProperty.Builder builder()
Copyright © 2022. All rights reserved.