Class: Aws::Types::AudioOnlyHlsSettings
- Inherits:
-
Object
- Object
- Aws::Types::AudioOnlyHlsSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_group_id ⇒ ::String
Returns the value of attribute audio_group_id.
-
#audio_only_image ⇒ Types::InputLocation
Returns the value of attribute audio_only_image.
-
#audio_track_type ⇒ "ALTERNATE_AUDIO_AUTO_SELECT", ...
Returns the value of attribute audio_track_type.
-
#segment_type ⇒ "AAC", "FMP4"
Returns the value of attribute segment_type.
Instance Attribute Details
#audio_group_id ⇒ ::String
Returns the value of attribute audio_group_id.
156 157 158 |
# File 'sig/types.rbs', line 156 def audio_group_id @audio_group_id end |
#audio_only_image ⇒ Types::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.
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.
159 160 161 |
# File 'sig/types.rbs', line 159 def segment_type @segment_type end |