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 Mpeg2RateControlMode where
Documentation
newtype Mpeg2RateControlMode Source #
Use Rate control mode (Mpeg2RateControlMode) to specify whether the bitrate is variable (vbr) or constant (cbr).
pattern Mpeg2RateControlMode_CBR :: Mpeg2RateControlMode | |
pattern Mpeg2RateControlMode_VBR :: Mpeg2RateControlMode |