Class: Aws::MediaLive::Types::MsSmoothOutputSettings

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

Overview

Ms Smooth 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)


9104
9105
9106
9107
9108
9109
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9104

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

#name_modifierString

String concatenated to the end of the destination filename. Required for multiple outputs of the same type.

Returns:

  • (String)


9104
9105
9106
9107
9108
9109
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 9104

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