| 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.HlsAudioOnlyHeader
Description
Synopsis
- newtype HlsAudioOnlyHeader where
Documentation
newtype HlsAudioOnlyHeader Source #
Ignore this setting unless you are using FairPlay DRM with Verimatrix and you encounter playback issues. Keep the default value, Include (INCLUDE), to output audio-only headers. Choose Exclude (EXCLUDE) to remove the audio-only headers from your audio segments.
Constructors
| HlsAudioOnlyHeader' | |
Fields | |
Bundled Patterns
| pattern HlsAudioOnlyHeader_EXCLUDE :: HlsAudioOnlyHeader | |
| pattern HlsAudioOnlyHeader_INCLUDE :: HlsAudioOnlyHeader |