Class: Aws::MediaConvert::Types::HlsCaptionLanguageMapping

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconvert/types.rb

Overview

Caption Language Mapping

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#caption_channelInteger

Caption channel.

Returns:

  • (Integer)


6481
6482
6483
6484
6485
6486
6487
6488
# File 'lib/aws-sdk-mediaconvert/types.rb', line 6481

class HlsCaptionLanguageMapping < Struct.new(
  :caption_channel,
  :custom_language_code,
  :language_code,
  :language_description)
  SENSITIVE = []
  include Aws::Structure
end

#custom_language_codeString

Specify the language for this captions channel, using the ISO 639-2 or ISO 639-3 three-letter language code

Returns:

  • (String)


6481
6482
6483
6484
6485
6486
6487
6488
# File 'lib/aws-sdk-mediaconvert/types.rb', line 6481

class HlsCaptionLanguageMapping < Struct.new(
  :caption_channel,
  :custom_language_code,
  :language_code,
  :language_description)
  SENSITIVE = []
  include Aws::Structure
end

#language_codeString

Specify the language, using the ISO 639-2 three-letter code listed at www.loc.gov/standards/iso639-2/php/code_list.php.

Returns:

  • (String)


6481
6482
6483
6484
6485
6486
6487
6488
# File 'lib/aws-sdk-mediaconvert/types.rb', line 6481

class HlsCaptionLanguageMapping < Struct.new(
  :caption_channel,
  :custom_language_code,
  :language_code,
  :language_description)
  SENSITIVE = []
  include Aws::Structure
end

#language_descriptionString

Caption language description.

Returns:

  • (String)


6481
6482
6483
6484
6485
6486
6487
6488
# File 'lib/aws-sdk-mediaconvert/types.rb', line 6481

class HlsCaptionLanguageMapping < Struct.new(
  :caption_channel,
  :custom_language_code,
  :language_code,
  :language_description)
  SENSITIVE = []
  include Aws::Structure
end