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 M2tsRateMode where
- M2tsRateMode' { }
- pattern M2tsRateMode_CBR :: M2tsRateMode
- pattern M2tsRateMode_VBR :: M2tsRateMode
Documentation
newtype M2tsRateMode Source #
When set to CBR, inserts null packets into transport stream to fill specified bitrate. When set to VBR, the bitrate setting acts as the maximum bitrate, but the output will not be padded up to that bitrate.
pattern M2tsRateMode_CBR :: M2tsRateMode | |
pattern M2tsRateMode_VBR :: M2tsRateMode |