| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MediaConvert.Types.M2tsBufferModel
Description
Synopsis
- newtype M2tsBufferModel where
- M2tsBufferModel' { }
- pattern M2tsBufferModel_MULTIPLEX :: M2tsBufferModel
- pattern M2tsBufferModel_NONE :: M2tsBufferModel
Documentation
newtype M2tsBufferModel Source #
Controls what buffer model to use for accurate interleaving. If set to MULTIPLEX, use multiplex buffer model. If set to NONE, this can lead to lower latency, but low-memory devices may not be able to play back the stream without interruptions.
Constructors
| M2tsBufferModel' | |
Fields | |
Bundled Patterns
| pattern M2tsBufferModel_MULTIPLEX :: M2tsBufferModel | |
| pattern M2tsBufferModel_NONE :: M2tsBufferModel |