| 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.RemixSettings
Description
Documentation
data RemixSettings Source #
Remix Settings
See: newRemixSettings smart constructor.
Constructors
| RemixSettings' | |
Fields
| |
Instances
newRemixSettings :: RemixSettings Source #
Create a value of RemixSettings 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:channelsIn:RemixSettings', remixSettings_channelsIn - Number of input channels to be used.
$sel:channelsOut:RemixSettings', remixSettings_channelsOut - Number of output channels to be produced. Valid values: 1, 2, 4, 6, 8
$sel:channelMappings:RemixSettings', remixSettings_channelMappings - Mapping of input channels to output channels, with appropriate gain
adjustments.
remixSettings_channelsIn :: Lens' RemixSettings (Maybe Natural) Source #
Number of input channels to be used.
remixSettings_channelsOut :: Lens' RemixSettings (Maybe Natural) Source #
Number of output channels to be produced. Valid values: 1, 2, 4, 6, 8
remixSettings_channelMappings :: Lens' RemixSettings [AudioChannelMapping] Source #
Mapping of input channels to output channels, with appropriate gain adjustments.