Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data OutputChannelMapping = OutputChannelMapping' {
- inputChannelsFineTune :: Maybe [Double]
- inputChannels :: Maybe [Int]
- newOutputChannelMapping :: OutputChannelMapping
- outputChannelMapping_inputChannelsFineTune :: Lens' OutputChannelMapping (Maybe [Double])
- outputChannelMapping_inputChannels :: Lens' OutputChannelMapping (Maybe [Int])
Documentation
data OutputChannelMapping Source #
OutputChannel mapping settings.
See: newOutputChannelMapping
smart constructor.
OutputChannelMapping' | |
|
Instances
newOutputChannelMapping :: OutputChannelMapping Source #
Create a value of OutputChannelMapping
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:inputChannelsFineTune:OutputChannelMapping'
, outputChannelMapping_inputChannelsFineTune
- Use this setting to specify your remix values when they have a decimal
component, such as -10.312, 0.08, or 4.9. MediaConvert rounds your
remixing values to the nearest thousandth.
$sel:inputChannels:OutputChannelMapping'
, outputChannelMapping_inputChannels
- Use this setting to specify your remix values when they are integers,
such as -10, 0, or 4.
outputChannelMapping_inputChannelsFineTune :: Lens' OutputChannelMapping (Maybe [Double]) Source #
Use this setting to specify your remix values when they have a decimal component, such as -10.312, 0.08, or 4.9. MediaConvert rounds your remixing values to the nearest thousandth.
outputChannelMapping_inputChannels :: Lens' OutputChannelMapping (Maybe [Int]) Source #
Use this setting to specify your remix values when they are integers, such as -10, 0, or 4.