Class: Aws::Types::AudioOnlyHlsSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_group_id::String

Returns the value of attribute audio_group_id.

Returns:

  • (::String)


156
157
158
# File 'sig/types.rbs', line 156

def audio_group_id
  @audio_group_id
end

#audio_only_imageTypes::InputLocation

Returns the value of attribute audio_only_image.



157
158
159
# File 'sig/types.rbs', line 157

def audio_only_image
  @audio_only_image
end

#audio_track_type"ALTERNATE_AUDIO_AUTO_SELECT", ...

Returns the value of attribute audio_track_type.

Returns:

  • ("ALTERNATE_AUDIO_AUTO_SELECT", "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", "ALTERNATE_AUDIO_NOT_AUTO_SELECT", "AUDIO_ONLY_VARIANT_STREAM")


158
159
160
# File 'sig/types.rbs', line 158

def audio_track_type
  @audio_track_type
end

#segment_type"AAC", "FMP4"

Returns the value of attribute segment_type.

Returns:

  • ("AAC", "FMP4")


159
160
161
# File 'sig/types.rbs', line 159

def segment_type
  @segment_type
end