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 Mp3Settings = Mp3Settings' {}
- newMp3Settings :: Mp3Settings
- mp3Settings_channels :: Lens' Mp3Settings (Maybe Natural)
- mp3Settings_rateControlMode :: Lens' Mp3Settings (Maybe Mp3RateControlMode)
- mp3Settings_sampleRate :: Lens' Mp3Settings (Maybe Natural)
- mp3Settings_bitrate :: Lens' Mp3Settings (Maybe Natural)
- mp3Settings_vbrQuality :: Lens' Mp3Settings (Maybe Natural)
Documentation
data Mp3Settings Source #
Required when you set Codec, under AudioDescriptions>CodecSettings, to the value MP3.
See: newMp3Settings
smart constructor.
Mp3Settings' | |
|
Instances
newMp3Settings :: Mp3Settings Source #
Create a value of Mp3Settings
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:channels:Mp3Settings'
, mp3Settings_channels
- Specify the number of channels in this output audio track. Choosing Mono
on the console gives you 1 output channel; choosing Stereo gives you 2.
In the API, valid values are 1 and 2.
$sel:rateControlMode:Mp3Settings'
, mp3Settings_rateControlMode
- Specify whether the service encodes this MP3 audio output with a
constant bitrate (CBR) or a variable bitrate (VBR).
$sel:sampleRate:Mp3Settings'
, mp3Settings_sampleRate
- Sample rate in hz.
$sel:bitrate:Mp3Settings'
, mp3Settings_bitrate
- Specify the average bitrate in bits per second.
$sel:vbrQuality:Mp3Settings'
, mp3Settings_vbrQuality
- Required when you set Bitrate control mode (rateControlMode) to VBR.
Specify the audio quality of this MP3 output from 0 (highest quality) to
9 (lowest quality).
mp3Settings_channels :: Lens' Mp3Settings (Maybe Natural) Source #
Specify the number of channels in this output audio track. Choosing Mono on the console gives you 1 output channel; choosing Stereo gives you 2. In the API, valid values are 1 and 2.
mp3Settings_rateControlMode :: Lens' Mp3Settings (Maybe Mp3RateControlMode) Source #
Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate (VBR).
mp3Settings_sampleRate :: Lens' Mp3Settings (Maybe Natural) Source #
Sample rate in hz.
mp3Settings_bitrate :: Lens' Mp3Settings (Maybe Natural) Source #
Specify the average bitrate in bits per second.
mp3Settings_vbrQuality :: Lens' Mp3Settings (Maybe Natural) Source #
Required when you set Bitrate control mode (rateControlMode) to VBR. Specify the audio quality of this MP3 output from 0 (highest quality) to 9 (lowest quality).