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 HlsCaptionLanguageMapping = HlsCaptionLanguageMapping' {}
- newHlsCaptionLanguageMapping :: HlsCaptionLanguageMapping
- hlsCaptionLanguageMapping_customLanguageCode :: Lens' HlsCaptionLanguageMapping (Maybe Text)
- hlsCaptionLanguageMapping_languageCode :: Lens' HlsCaptionLanguageMapping (Maybe LanguageCode)
- hlsCaptionLanguageMapping_languageDescription :: Lens' HlsCaptionLanguageMapping (Maybe Text)
- hlsCaptionLanguageMapping_captionChannel :: Lens' HlsCaptionLanguageMapping (Maybe Int)
Documentation
data HlsCaptionLanguageMapping Source #
Caption Language Mapping
See: newHlsCaptionLanguageMapping
smart constructor.
HlsCaptionLanguageMapping' | |
|
Instances
newHlsCaptionLanguageMapping :: HlsCaptionLanguageMapping Source #
Create a value of HlsCaptionLanguageMapping
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:customLanguageCode:HlsCaptionLanguageMapping'
, hlsCaptionLanguageMapping_customLanguageCode
- Specify the language for this captions channel, using the ISO 639-2 or
ISO 639-3 three-letter language code
$sel:languageCode:HlsCaptionLanguageMapping'
, hlsCaptionLanguageMapping_languageCode
- Specify the language, using the ISO 639-2 three-letter code listed at
https://www.loc.gov/standards/iso639-2/php/code_list.php.
$sel:languageDescription:HlsCaptionLanguageMapping'
, hlsCaptionLanguageMapping_languageDescription
- Caption language description.
$sel:captionChannel:HlsCaptionLanguageMapping'
, hlsCaptionLanguageMapping_captionChannel
- Caption channel.
hlsCaptionLanguageMapping_customLanguageCode :: Lens' HlsCaptionLanguageMapping (Maybe Text) Source #
Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language code
hlsCaptionLanguageMapping_languageCode :: Lens' HlsCaptionLanguageMapping (Maybe LanguageCode) Source #
Specify the language, using the ISO 639-2 three-letter code listed at https://www.loc.gov/standards/iso639-2/php/code_list.php.
hlsCaptionLanguageMapping_languageDescription :: Lens' HlsCaptionLanguageMapping (Maybe Text) Source #
Caption language description.
hlsCaptionLanguageMapping_captionChannel :: Lens' HlsCaptionLanguageMapping (Maybe Int) Source #
Caption channel.