class Aws::MediaLive::Types::CaptionLanguageMapping
Maps a caption channel to an ISO 693-2 language code (www.loc.gov/standards/iso639-2), with an optional description.
@note When making an API call, you may pass CaptionLanguageMapping
data as a hash: { caption_channel: 1, # required language_code: "__stringMin3Max3", # required language_description: "__stringMin1", # required }
@!attribute [rw] caption_channel
The closed caption channel being described by this CaptionLanguageMapping. Each channel mapping must have a unique channel number (maximum of 4) @return [Integer]
@!attribute [rw] language_code
Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2) @return [String]
@!attribute [rw] language_description
Textual description of language @return [String]
@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CaptionLanguageMapping AWS API Documentation
Constants
- SENSITIVE