Class: Aws::Types::HlsSettings
- Inherits:
-
Object
- Object
- Aws::Types::HlsSettings
- 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_container ⇒ "AUTOMATIC", "M2TS"
Returns the value of attribute audio_only_container.
-
#audio_rendition_sets ⇒ ::String
Returns the value of attribute audio_rendition_sets.
-
#audio_track_type ⇒ "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", ...
Returns the value of attribute audio_track_type.
-
#descriptive_video_service_flag ⇒ "DONT_FLAG", "FLAG"
Returns the value of attribute descriptive_video_service_flag.
-
#i_frame_only_manifest ⇒ "INCLUDE", ...
Returns the value of attribute i_frame_only_manifest.
-
#segment_modifier ⇒ ::String
Returns the value of attribute segment_modifier.
Instance Attribute Details
#audio_group_id ⇒ ::String
Returns the value of attribute audio_group_id.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def audio_group_id @audio_group_id end |
#audio_only_container ⇒ "AUTOMATIC", "M2TS"
Returns the value of attribute audio_only_container.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def audio_only_container @audio_only_container end |
#audio_rendition_sets ⇒ ::String
Returns the value of attribute audio_rendition_sets.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def audio_rendition_sets @audio_rendition_sets end |
#audio_track_type ⇒ "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT", ...
Returns the value of attribute audio_track_type.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def audio_track_type @audio_track_type end |
#descriptive_video_service_flag ⇒ "DONT_FLAG", "FLAG"
Returns the value of attribute descriptive_video_service_flag.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def descriptive_video_service_flag @descriptive_video_service_flag end |
#i_frame_only_manifest ⇒ "INCLUDE", ...
Returns the value of attribute i_frame_only_manifest.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def i_frame_only_manifest @i_frame_only_manifest end |
#segment_modifier ⇒ ::String
Returns the value of attribute segment_modifier.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def segment_modifier @segment_modifier end |