Class: Aws::MediaLive::Types::HlsOutputSettings

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

Overview

Hls Output Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#h265_packaging_typeString

Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.

Returns:

  • (String)


6177
6178
6179
6180
6181
6182
6183
6184
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6177

class HlsOutputSettings < Struct.new(
  :h265_packaging_type,
  :hls_settings,
  :name_modifier,
  :segment_modifier)
  SENSITIVE = []
  include Aws::Structure
end

#hls_settingsTypes::HlsSettings

Settings regarding the underlying stream. These settings are different for audio-only outputs.

Returns:



6177
6178
6179
6180
6181
6182
6183
6184
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6177

class HlsOutputSettings < Struct.new(
  :h265_packaging_type,
  :hls_settings,
  :name_modifier,
  :segment_modifier)
  SENSITIVE = []
  include Aws::Structure
end

#name_modifierString

String concatenated to the end of the destination filename. Accepts \"Format Identifiers\":#formatIdentifierParameters.

Returns:

  • (String)


6177
6178
6179
6180
6181
6182
6183
6184
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6177

class HlsOutputSettings < Struct.new(
  :h265_packaging_type,
  :hls_settings,
  :name_modifier,
  :segment_modifier)
  SENSITIVE = []
  include Aws::Structure
end

#segment_modifierString

String concatenated to end of segment filenames.

Returns:

  • (String)


6177
6178
6179
6180
6181
6182
6183
6184
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 6177

class HlsOutputSettings < Struct.new(
  :h265_packaging_type,
  :hls_settings,
  :name_modifier,
  :segment_modifier)
  SENSITIVE = []
  include Aws::Structure
end