Class: Aws::Types::HlsSettings
- Inherits:
-
Object
- Object
- Aws::Types::HlsSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_only_hls_settings ⇒ Types::AudioOnlyHlsSettings
Returns the value of attribute audio_only_hls_settings.
-
#fmp_4_hls_settings ⇒ Types::Fmp4HlsSettings
Returns the value of attribute fmp_4_hls_settings.
-
#frame_capture_hls_settings ⇒ Types::FrameCaptureHlsSettings
Returns the value of attribute frame_capture_hls_settings.
-
#standard_hls_settings ⇒ Types::StandardHlsSettings
Returns the value of attribute standard_hls_settings.
Instance Attribute Details
#audio_only_hls_settings ⇒ Types::AudioOnlyHlsSettings
Returns the value of attribute audio_only_hls_settings.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def audio_only_hls_settings @audio_only_hls_settings end |
#fmp_4_hls_settings ⇒ Types::Fmp4HlsSettings
Returns the value of attribute fmp_4_hls_settings.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def fmp_4_hls_settings @fmp_4_hls_settings end |
#frame_capture_hls_settings ⇒ Types::FrameCaptureHlsSettings
Returns the value of attribute frame_capture_hls_settings.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def frame_capture_hls_settings @frame_capture_hls_settings end |
#standard_hls_settings ⇒ Types::StandardHlsSettings
Returns the value of attribute standard_hls_settings.
1635 1636 1637 |
# File 'sig/types.rbs', line 1635 def standard_hls_settings @standard_hls_settings end |