Interface InputChannelLevel
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
InputChannelLevel.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:41.188Z")
@Stability(Experimental)
public interface InputChannelLevel
extends software.amazon.jsii.JsiiSerializable
(experimental) An input channel level for audio remixing.
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.alpha.*;
InputChannelLevel inputChannelLevel = InputChannelLevel.builder()
.inputChannel(123)
// the properties below are optional
.gain(123)
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forInputChannelLevelstatic final classAn implementation forInputChannelLevel -
Method Summary
Modifier and TypeMethodDescriptionstatic InputChannelLevel.Builderbuilder()default NumbergetGain()(experimental) The remixing gain in dB (-60 to 6).(experimental) The index of the input channel to use as a source.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInputChannel
(experimental) The index of the input channel to use as a source. -
getGain
(experimental) The remixing gain in dB (-60 to 6).Default: 0
-
builder
- Returns:
- a
InputChannelLevel.BuilderofInputChannelLevel
-