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.WebvttAccessibilitySubs
Description
Synopsis
- newtype WebvttAccessibilitySubs where
Documentation
newtype WebvttAccessibilitySubs Source #
Set Accessibility subtitles to Enabled if the ISMC or WebVTT captions track is intended to provide accessibility for people who are deaf or hard of hearing. When you enable this feature, MediaConvert adds the following attributes under EXT-X-MEDIA in the HLS or CMAF manifest for this track: CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES". Keep the default value, Disabled, if the captions track is not intended to provide such accessibility. MediaConvert will not add the above attributes.
Constructors
WebvttAccessibilitySubs' | |
Fields |
Bundled Patterns
pattern WebvttAccessibilitySubs_DISABLED :: WebvttAccessibilitySubs | |
pattern WebvttAccessibilitySubs_ENABLED :: WebvttAccessibilitySubs |