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 |
Documentation
data AiffSettings Source #
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value AIFF.
See: newAiffSettings
smart constructor.
AiffSettings' | |
|
Instances
newAiffSettings :: AiffSettings Source #
Create a value of AiffSettings
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:bitDepth:AiffSettings'
, aiffSettings_bitDepth
- Specify Bit depth (BitDepth), in bits per sample, to choose the encoding
quality for this audio track.
$sel:channels:AiffSettings'
, aiffSettings_channels
- Specify the number of channels in this output audio track. Valid values
are 1 and even numbers up to 64. For example, 1, 2, 4, 6, and so on, up
to 64.
$sel:sampleRate:AiffSettings'
, aiffSettings_sampleRate
- Sample rate in hz.
aiffSettings_bitDepth :: Lens' AiffSettings (Maybe Natural) Source #
Specify Bit depth (BitDepth), in bits per sample, to choose the encoding quality for this audio track.
aiffSettings_channels :: Lens' AiffSettings (Maybe Natural) Source #
Specify the number of channels in this output audio track. Valid values are 1 and even numbers up to 64. For example, 1, 2, 4, 6, and so on, up to 64.
aiffSettings_sampleRate :: Lens' AiffSettings (Maybe Natural) Source #
Sample rate in hz.