| 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 |
Amazonka.MediaLive.Types.AudioChannelMapping
Description
Documentation
data AudioChannelMapping Source #
Audio Channel Mapping
See: newAudioChannelMapping smart constructor.
Constructors
| AudioChannelMapping' | |
Fields
| |
Instances
newAudioChannelMapping Source #
Create a value of AudioChannelMapping 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:outputChannel:AudioChannelMapping', audioChannelMapping_outputChannel - The index of the output channel being produced.
$sel:inputChannelLevels:AudioChannelMapping', audioChannelMapping_inputChannelLevels - Indices and gain values for each input channel that should be remixed
into this output channel.
audioChannelMapping_outputChannel :: Lens' AudioChannelMapping Natural Source #
The index of the output channel being produced.
audioChannelMapping_inputChannelLevels :: Lens' AudioChannelMapping [InputChannelLevel] Source #
Indices and gain values for each input channel that should be remixed into this output channel.