Class: Aws::Types::StandardHlsSettings
- Inherits:
-
Object
- Object
- Aws::Types::StandardHlsSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_rendition_sets ⇒ ::String
Returns the value of attribute audio_rendition_sets.
-
#m3u_8_settings ⇒ Types::M3u8Settings
Returns the value of attribute m3u_8_settings.
Instance Attribute Details
#audio_rendition_sets ⇒ ::String
Returns the value of attribute audio_rendition_sets.
2964 2965 2966 |
# File 'sig/types.rbs', line 2964 def audio_rendition_sets @audio_rendition_sets end |
#m3u_8_settings ⇒ Types::M3u8Settings
Returns the value of attribute m3u_8_settings.
2965 2966 2967 |
# File 'sig/types.rbs', line 2965 def m3u_8_settings @m3u_8_settings end |