CaptionLanguageMapping
- class aws_cdk.aws_medialive_alpha.CaptionLanguageMapping(*, caption_channel, language_code, language_description)
Bases:
object(experimental) Maps a captions channel to an ISO 693-2 language code.
- Parameters:
caption_channel (
Union[int,float]) – (experimental) The closed caption channel number (1-4).language_code (
str) – (experimental) A three-character ISO 639-2 language code.language_description (
str) – (experimental) The textual description of the language.
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_medialive_alpha as medialive_alpha caption_language_mapping = medialive_alpha.CaptionLanguageMapping( caption_channel=123, language_code="languageCode", language_description="languageDescription" )
Attributes
- caption_channel
(experimental) The closed caption channel number (1-4).
- Stability:
experimental
- language_code
(experimental) A three-character ISO 639-2 language code.
- Stability:
experimental
- language_description
(experimental) The textual description of the language.
- Stability:
experimental