public static interface HlsCaptionLanguageMapping.Builder extends SdkPojo, CopyableBuilder<HlsCaptionLanguageMapping.Builder,HlsCaptionLanguageMapping>
Modifier and Type | Method and Description |
---|---|
HlsCaptionLanguageMapping.Builder |
captionChannel(Integer captionChannel)
Caption channel.
|
HlsCaptionLanguageMapping.Builder |
customLanguageCode(String customLanguageCode)
Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language code
|
HlsCaptionLanguageMapping.Builder |
languageCode(LanguageCode 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.
|
HlsCaptionLanguageMapping.Builder |
languageCode(String 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.
|
HlsCaptionLanguageMapping.Builder |
languageDescription(String languageDescription)
Caption language description.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
HlsCaptionLanguageMapping.Builder captionChannel(Integer captionChannel)
captionChannel
- Caption channel.HlsCaptionLanguageMapping.Builder customLanguageCode(String customLanguageCode)
customLanguageCode
- Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language
codeHlsCaptionLanguageMapping.Builder languageCode(String languageCode)
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.LanguageCode
,
LanguageCode
HlsCaptionLanguageMapping.Builder languageCode(LanguageCode languageCode)
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.LanguageCode
,
LanguageCode
HlsCaptionLanguageMapping.Builder languageDescription(String languageDescription)
languageDescription
- Caption language description.Copyright © 2021. All rights reserved.