Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data WebvttHlsSourceSettings = WebvttHlsSourceSettings' {}
- newWebvttHlsSourceSettings :: WebvttHlsSourceSettings
- webvttHlsSourceSettings_renditionName :: Lens' WebvttHlsSourceSettings (Maybe Text)
- webvttHlsSourceSettings_renditionGroupId :: Lens' WebvttHlsSourceSettings (Maybe Text)
- webvttHlsSourceSettings_renditionLanguageCode :: Lens' WebvttHlsSourceSettings (Maybe LanguageCode)
Documentation
data WebvttHlsSourceSettings Source #
Settings specific to WebVTT sources in HLS alternative rendition group. Specify the properties (renditionGroupId, renditionName or renditionLanguageCode) to identify the unique subtitle track among the alternative rendition groups present in the HLS manifest. If no unique track is found, or multiple tracks match the specified properties, the job fails. If there is only one subtitle track in the rendition group, the settings can be left empty and the default subtitle track will be chosen. If your caption source is a sidecar file, use FileSourceSettings instead of WebvttHlsSourceSettings.
See: newWebvttHlsSourceSettings
smart constructor.
WebvttHlsSourceSettings' | |
|
Instances
newWebvttHlsSourceSettings :: WebvttHlsSourceSettings Source #
Create a value of WebvttHlsSourceSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:renditionName:WebvttHlsSourceSettings'
, webvttHlsSourceSettings_renditionName
- Optional. Specify media name
$sel:renditionGroupId:WebvttHlsSourceSettings'
, webvttHlsSourceSettings_renditionGroupId
- Optional. Specify alternative group ID
$sel:renditionLanguageCode:WebvttHlsSourceSettings'
, webvttHlsSourceSettings_renditionLanguageCode
- Optional. Specify ISO 639-2 or ISO 639-3 code in the language property
webvttHlsSourceSettings_renditionName :: Lens' WebvttHlsSourceSettings (Maybe Text) Source #
Optional. Specify media name
webvttHlsSourceSettings_renditionGroupId :: Lens' WebvttHlsSourceSettings (Maybe Text) Source #
Optional. Specify alternative group ID
webvttHlsSourceSettings_renditionLanguageCode :: Lens' WebvttHlsSourceSettings (Maybe LanguageCode) Source #
Optional. Specify ISO 639-2 or ISO 639-3 code in the language property