| 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.DashIsoMpdProfile
Description
Synopsis
- newtype DashIsoMpdProfile where
Documentation
newtype DashIsoMpdProfile Source #
Specify whether your DASH profile is on-demand or main. When you choose Main profile (MAIN_PROFILE), the service signals urn:mpeg:dash:profile:isoff-main:2011 in your .mpd DASH manifest. When you choose On-demand (ON_DEMAND_PROFILE), the service signals urn:mpeg:dash:profile:isoff-on-demand:2011 in your .mpd. When you choose On-demand, you must also set the output group setting Segment control (SegmentControl) to Single file (SINGLE_FILE).
Constructors
| DashIsoMpdProfile' | |
Fields | |
Bundled Patterns
| pattern DashIsoMpdProfile_MAIN_PROFILE :: DashIsoMpdProfile | |
| pattern DashIsoMpdProfile_ON_DEMAND_PROFILE :: DashIsoMpdProfile |