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();
 
  • Method Details

    • getInputChannel

      @Stability(Experimental) @NotNull Number getInputChannel()
      (experimental) The index of the input channel to use as a source.
    • getGain

      @Stability(Experimental) @Nullable default Number getGain()
      (experimental) The remixing gain in dB (-60 to 6).

      Default: 0

    • builder

      @Stability(Experimental) static InputChannelLevel.Builder builder()
      Returns:
      a InputChannelLevel.Builder of InputChannelLevel