Class: Aws::Types::AudioSelector

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_duration_correction"DISABLED", ...

Returns the value of attribute audio_duration_correction.

Returns:

  • ("DISABLED", "AUTO", "TRACK", "FRAME", "FORCE")


165
166
167
# File 'sig/types.rbs', line 165

def audio_duration_correction
  @audio_duration_correction
end

#custom_language_code::String

Returns the value of attribute custom_language_code.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def custom_language_code
  @custom_language_code
end

#default_selection"DEFAULT", "NOT_DEFAULT"

Returns the value of attribute default_selection.

Returns:

  • ("DEFAULT", "NOT_DEFAULT")


167
168
169
# File 'sig/types.rbs', line 167

def default_selection
  @default_selection
end

#external_audio_file_input::String

Returns the value of attribute external_audio_file_input.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def external_audio_file_input
  @external_audio_file_input
end

#hls_rendition_group_settingsTypes::HlsRenditionGroupSettings

Returns the value of attribute hls_rendition_group_settings.



169
170
171
# File 'sig/types.rbs', line 169

def hls_rendition_group_settings
  @hls_rendition_group_settings
end

#language_code"ENG", ...

Returns the value of attribute language_code.

Returns:

  • ("ENG", "SPA", "FRA", "DEU", "GER", "ZHO", "ARA", "HIN", "JPN", "RUS", "POR", "ITA", "URD", "VIE", "KOR", "PAN", "ABK", "AAR", "AFR", "AKA", "SQI", "AMH", "ARG", "HYE", "ASM", "AVA", "AVE", "AYM", "AZE", "BAM", "BAK", "EUS", "BEL", "BEN", "BIH", "BIS", "BOS", "BRE", "BUL", "MYA", "CAT", "KHM", "CHA", "CHE", "NYA", "CHU", "CHV", "COR", "COS", "CRE", "HRV", "CES", "DAN", "DIV", "NLD", "DZO", "ENM", "EPO", "EST", "EWE", "FAO", "FIJ", "FIN", "FRM", "FUL", "GLA", "GLG", "LUG", "KAT", "ELL", "GRN", "GUJ", "HAT", "HAU", "HEB", "HER", "HMO", "HUN", "ISL", "IDO", "IBO", "IND", "INA", "ILE", "IKU", "IPK", "GLE", "JAV", "KAL", "KAN", "KAU", "KAS", "KAZ", "KIK", "KIN", "KIR", "KOM", "KON", "KUA", "KUR", "LAO", "LAT", "LAV", "LIM", "LIN", "LIT", "LUB", "LTZ", "MKD", "MLG", "MSA", "MAL", "MLT", "GLV", "MRI", "MAR", "MAH", "MON", "NAU", "NAV", "NDE", "NBL", "NDO", "NEP", "SME", "NOR", "NOB", "NNO", "OCI", "OJI", "ORI", "ORM", "OSS", "PLI", "FAS", "POL", "PUS", "QUE", "QAA", "RON", "ROH", "RUN", "SMO", "SAG", "SAN", "SRD", "SRB", "SNA", "III", "SND", "SIN", "SLK", "SLV", "SOM", "SOT", "SUN", "SWA", "SSW", "SWE", "TGL", "TAH", "TGK", "TAM", "TAT", "TEL", "THA", "BOD", "TIR", "TON", "TSO", "TSN", "TUR", "TUK", "TWI", "UIG", "UKR", "UZB", "VEN", "VOL", "WLN", "CYM", "FRY", "WOL", "XHO", "YID", "YOR", "ZHA", "ZUL", "ORJ", "QPC", "TNG", "SRP")


170
171
172
# File 'sig/types.rbs', line 170

def language_code
  @language_code
end

#offset::Integer

Returns the value of attribute offset.

Returns:

  • (::Integer)


171
172
173
# File 'sig/types.rbs', line 171

def offset
  @offset
end

#pids::Array[::Integer]

Returns the value of attribute pids.

Returns:

  • (::Array[::Integer])


172
173
174
# File 'sig/types.rbs', line 172

def pids
  @pids
end

#program_selection::Integer

Returns the value of attribute program_selection.

Returns:

  • (::Integer)


173
174
175
# File 'sig/types.rbs', line 173

def program_selection
  @program_selection
end

#remix_settingsTypes::RemixSettings

Returns the value of attribute remix_settings.



174
175
176
# File 'sig/types.rbs', line 174

def remix_settings
  @remix_settings
end

#selector_type"PID", ...

Returns the value of attribute selector_type.

Returns:

  • ("PID", "TRACK", "LANGUAGE_CODE", "HLS_RENDITION_GROUP", "ALL_PCM", "STREAM")


175
176
177
# File 'sig/types.rbs', line 175

def selector_type
  @selector_type
end

#streams::Array[::Integer]

Returns the value of attribute streams.

Returns:

  • (::Array[::Integer])


176
177
178
# File 'sig/types.rbs', line 176

def streams
  @streams
end

#tracks::Array[::Integer]

Returns the value of attribute tracks.

Returns:

  • (::Array[::Integer])


177
178
179
# File 'sig/types.rbs', line 177

def tracks
  @tracks
end