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
Documentation
data Mp2Settings Source #
Required when you set (Codec) under (AudioDescriptions)>(CodecSettings) to the value MP2.
See: newMp2Settings
smart constructor.
Mp2Settings' | |
|
Instances
newMp2Settings :: Mp2Settings Source #
Create a value of Mp2Settings
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:Mp2Settings'
, mp2Settings_channels
- Set Channels to specify the number of channels in this output audio
track. Choosing Mono in the console will give you 1 output channel;
choosing Stereo will give you 2. In the API, valid values are 1 and 2.
$sel:sampleRate:Mp2Settings'
, mp2Settings_sampleRate
- Sample rate in hz.
$sel:bitrate:Mp2Settings'
, mp2Settings_bitrate
- Specify the average bitrate in bits per second.
mp2Settings_channels :: Lens' Mp2Settings (Maybe Natural) Source #
Set Channels to specify the number of channels in this output audio track. Choosing Mono in the console will give you 1 output channel; choosing Stereo will give you 2. In the API, valid values are 1 and 2.
mp2Settings_sampleRate :: Lens' Mp2Settings (Maybe Natural) Source #
Sample rate in hz.
mp2Settings_bitrate :: Lens' Mp2Settings (Maybe Natural) Source #
Specify the average bitrate in bits per second.