Interface CfnChannelPropsMixin.AudioPreMixerSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannelPropsMixin.AudioPreMixerSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannelPropsMixin
@Stability(Stable)
public static interface CfnChannelPropsMixin.AudioPreMixerSettingsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.medialive.*;
AudioPreMixerSettingsProperty audioPreMixerSettingsProperty = AudioPreMixerSettingsProperty.builder()
.audioNormalizationSettings(AudioNormalizationSettingsProperty.builder()
.algorithm("algorithm")
.algorithmControl("algorithmControl")
.peakCalculation("peakCalculation")
.peakLimiterThreshold(123)
.targetLkfs(123)
.build())
.channels(123)
.gainDb(123)
.remixSettings(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())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelPropsMixin.AudioPreMixerSettingsPropertystatic final classAn implementation forCfnChannelPropsMixin.AudioPreMixerSettingsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default ObjectReturns union: eitherIResolvableorCfnChannelPropsMixin.AudioNormalizationSettingsPropertydefault Numberdefault Numberdefault ObjectReturns union: eitherIResolvableorCfnChannelPropsMixin.RemixSettingsPropertyMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAudioNormalizationSettings
Returns union: eitherIResolvableorCfnChannelPropsMixin.AudioNormalizationSettingsProperty- See Also:
-
getChannels
- See Also:
-
getGainDb
- See Also:
-
getRemixSettings
Returns union: eitherIResolvableorCfnChannelPropsMixin.RemixSettingsProperty- See Also:
-
builder
-