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
- newtype Mp3RateControlMode where
- Mp3RateControlMode' { }
- pattern Mp3RateControlMode_CBR :: Mp3RateControlMode
- pattern Mp3RateControlMode_VBR :: Mp3RateControlMode
Documentation
newtype Mp3RateControlMode Source #
Specify whether the service encodes this MP3 audio output with a constant bitrate (CBR) or a variable bitrate (VBR).
pattern Mp3RateControlMode_CBR :: Mp3RateControlMode | |
pattern Mp3RateControlMode_VBR :: Mp3RateControlMode |