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)


7331
7332
7333
7334
7335
7336
7337
7338
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 7331

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

#custom_language_codeString

Specify the language, using an ISO 639-2 three-letter code in all capital letters. You can find a list of codes at: https://www.loc.gov/standards/iso639-2/php/code_list.php

Returns:

  • (String)


7331
7332
7333
7334
7335
7336
7337
7338
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 7331

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

#language_codeString

Specify the language, using an ISO 639-2 three-letter code in all capital letters. You can find a list of codes at: https://www.loc.gov/standards/iso639-2/php/code_list.php

Returns:

  • (String)


7331
7332
7333
7334
7335
7336
7337
7338
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 7331

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)


7331
7332
7333
7334
7335
7336
7337
7338
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 7331

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