You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::CaptionLanguageMapping

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CaptionLanguageMapping as input to an Aws::Client method, you can use a vanilla Hash:

{
  caption_channel: 1, # required
  language_code: "__stringMin3Max3", # required
  language_description: "__stringMin1", # required
}

Maps a caption channel to an ISO 693-2 language code (http://www.loc.gov/standards/iso639-2), with an optional description.

Instance Attribute Summary collapse

Instance Attribute Details

#caption_channelInteger

The closed caption channel being described by this CaptionLanguageMapping. Each channel mapping must have a unique channel number (maximum of 4)

Returns:

  • (Integer)

    The closed caption channel being described by this CaptionLanguageMapping.

#language_codeString

Three character ISO 639-2 language code (see http://www.loc.gov/standards/iso639-2)

Returns:

#language_descriptionString

Textual description of language

Returns:

  • (String)

    Textual description of language.