| 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.HlsCaptionLanguageMapping
Description
Synopsis
- data HlsCaptionLanguageMapping = HlsCaptionLanguageMapping' {}
- newHlsCaptionLanguageMapping :: HlsCaptionLanguageMapping
- hlsCaptionLanguageMapping_captionChannel :: Lens' HlsCaptionLanguageMapping (Maybe Int)
- hlsCaptionLanguageMapping_customLanguageCode :: Lens' HlsCaptionLanguageMapping (Maybe Text)
- hlsCaptionLanguageMapping_languageCode :: Lens' HlsCaptionLanguageMapping (Maybe LanguageCode)
- hlsCaptionLanguageMapping_languageDescription :: Lens' HlsCaptionLanguageMapping (Maybe Text)
Documentation
data HlsCaptionLanguageMapping Source #
Caption Language Mapping
See: newHlsCaptionLanguageMapping smart constructor.
Constructors
| HlsCaptionLanguageMapping' | |
Fields
| |
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:captionChannel:HlsCaptionLanguageMapping', hlsCaptionLanguageMapping_captionChannel - Caption channel.
$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.
hlsCaptionLanguageMapping_captionChannel :: Lens' HlsCaptionLanguageMapping (Maybe Int) Source #
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.