| 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.DashIsoMpdManifestBandwidthType
Description
Documentation
newtype DashIsoMpdManifestBandwidthType Source #
Specify how the value for bandwidth is determined for each video Representation in your output MPD manifest. We recommend that you choose a MPD manifest bandwidth type that is compatible with your downstream player configuration. Max: Use the same value that you specify for Max bitrate in the video output, in bits per second. Average: Use the calculated average bitrate of the encoded video output, in bits per second.
Constructors
| DashIsoMpdManifestBandwidthType' | |
Fields | |
Bundled Patterns
| pattern DashIsoMpdManifestBandwidthType_AVERAGE :: DashIsoMpdManifestBandwidthType | |
| pattern DashIsoMpdManifestBandwidthType_MAX :: DashIsoMpdManifestBandwidthType |