public static interface CfnChannel.InputChannelLevelProperty
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 java.lang.Number |
getGain()
The remixing value.
|
default java.lang.Number |
getInputChannel()
The index of the input channel that is used as a source.
|
default java.lang.Number getGain()
Units are in dB, and acceptable values are within the range from -60 (mute) to 6 dB.
default java.lang.Number getInputChannel()
static CfnChannel.InputChannelLevelProperty.Builder builder()