Class: Aws::MediaLive::Types::StandardHlsSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Standard Hls Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audio_rendition_setsString

List all the audio groups that are used with the video output stream. Input all the audio GROUP-IDs that are associated to the video, separate by ','.

Returns:

  • (String)


11193
11194
11195
11196
11197
11198
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11193

class StandardHlsSettings < Struct.new(
  :audio_rendition_sets,
  :m3u_8_settings)
  SENSITIVE = []
  include Aws::Structure
end

#m3u_8_settingsTypes::M3u8Settings

Settings information for the .m3u8 container

Returns:



11193
11194
11195
11196
11197
11198
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 11193

class StandardHlsSettings < Struct.new(
  :audio_rendition_sets,
  :m3u_8_settings)
  SENSITIVE = []
  include Aws::Structure
end