Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data InputChannelLevel Source #
Input Channel Level
See: newInputChannelLevel
smart constructor.
InputChannelLevel' | |
|
Instances
:: Natural | |
-> Int | |
-> InputChannelLevel |
Create a value of InputChannelLevel
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:inputChannel:InputChannelLevel'
, inputChannelLevel_inputChannel
- The index of the input channel used as a source.
$sel:gain:InputChannelLevel'
, inputChannelLevel_gain
- Remixing value. Units are in dB and acceptable values are within the
range from -60 (mute) and 6 dB.
inputChannelLevel_inputChannel :: Lens' InputChannelLevel Natural Source #
The index of the input channel used as a source.
inputChannelLevel_gain :: Lens' InputChannelLevel Int Source #
Remixing value. Units are in dB and acceptable values are within the range from -60 (mute) and 6 dB.