Class: Aws::MediaLive::Types::StandardHlsSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::StandardHlsSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Standard Hls Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#audio_rendition_sets ⇒ String
List all the audio groups that are used with the video output stream.
-
#m3u_8_settings ⇒ Types::M3u8Settings
Settings information for the .m3u8 container.
Instance Attribute Details
#audio_rendition_sets ⇒ String
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 ‘,’.
11430 11431 11432 11433 11434 11435 |
# File 'lib/aws-sdk-medialive/types.rb', line 11430 class StandardHlsSettings < Struct.new( :audio_rendition_sets, :m3u_8_settings) SENSITIVE = [] include Aws::Structure end |
#m3u_8_settings ⇒ Types::M3u8Settings
Settings information for the .m3u8 container
11430 11431 11432 11433 11434 11435 |
# File 'lib/aws-sdk-medialive/types.rb', line 11430 class StandardHlsSettings < Struct.new( :audio_rendition_sets, :m3u_8_settings) SENSITIVE = [] include Aws::Structure end |