Class: Aws::MediaConvert::Types::HlsRenditionGroupSettings

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

Overview

Settings specific to audio sources in an HLS alternate rendition group. Specify the properties (renditionGroupId, renditionName or renditionLanguageCode) to identify the unique audio track among the alternative rendition groups present in the HLS manifest. If no unique track is found, or multiple tracks match the properties provided, the job fails. If no properties in hlsRenditionGroupSettings are specified, the default audio track within the video segment is chosen. If there is no audio within video segment, the alternative audio with DEFAULT=YES is chosen instead.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rendition_group_idString

Optional. Specify alternative group ID

Returns:

  • (String)


7771
7772
7773
7774
7775
7776
7777
# File 'lib/aws-sdk-mediaconvert/types.rb', line 7771

class HlsRenditionGroupSettings < Struct.new(
  :rendition_group_id,
  :rendition_language_code,
  :rendition_name)
  SENSITIVE = []
  include Aws::Structure
end

#rendition_language_codeString

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

Returns:

  • (String)


7771
7772
7773
7774
7775
7776
7777
# File 'lib/aws-sdk-mediaconvert/types.rb', line 7771

class HlsRenditionGroupSettings < Struct.new(
  :rendition_group_id,
  :rendition_language_code,
  :rendition_name)
  SENSITIVE = []
  include Aws::Structure
end

#rendition_nameString

Optional. Specify media name

Returns:

  • (String)


7771
7772
7773
7774
7775
7776
7777
# File 'lib/aws-sdk-mediaconvert/types.rb', line 7771

class HlsRenditionGroupSettings < Struct.new(
  :rendition_group_id,
  :rendition_language_code,
  :rendition_name)
  SENSITIVE = []
  include Aws::Structure
end