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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


6162
6163
6164
6165
6166
6167
6168
6169
# File 'lib/aws-sdk-medialive/types.rb', line 6162

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:



6162
6163
6164
6165
6166
6167
6168
6169
# File 'lib/aws-sdk-medialive/types.rb', line 6162

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)


6162
6163
6164
6165
6166
6167
6168
6169
# File 'lib/aws-sdk-medialive/types.rb', line 6162

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)


6162
6163
6164
6165
6166
6167
6168
6169
# File 'lib/aws-sdk-medialive/types.rb', line 6162

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