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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconvert/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)


6449
6450
6451
6452
6453
6454
6455
6456
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 6449

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)


6449
6450
6451
6452
6453
6454
6455
6456
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 6449

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 https://www.loc.gov/standards/iso639-2/php/code_list.php.

Returns:

  • (String)


6449
6450
6451
6452
6453
6454
6455
6456
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 6449

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)


6449
6450
6451
6452
6453
6454
6455
6456
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 6449

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