Class: Aws::Types::HlsSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#audio_only_hls_settingsTypes::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_settingsTypes::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_settingsTypes::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_settingsTypes::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