Class: Aws::MediaLive::Types::MsSmoothOutputSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::MsSmoothOutputSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Ms Smooth Output Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#h265_packaging_type ⇒ String
Only applicable when this output is referencing an H.265 video description.
-
#name_modifier ⇒ String
String concatenated to the end of the destination filename.
Instance Attribute Details
#h265_packaging_type ⇒ String
Only applicable when this output is referencing an H.265 video description. Specifies whether MP4 segments should be packaged as HEV1 or HVC1.
9298 9299 9300 9301 9302 9303 |
# File 'lib/aws-sdk-medialive/types.rb', line 9298 class MsSmoothOutputSettings < Struct.new( :h265_packaging_type, :name_modifier) SENSITIVE = [] include Aws::Structure end |
#name_modifier ⇒ String
String concatenated to the end of the destination filename. Required for multiple outputs of the same type.
9298 9299 9300 9301 9302 9303 |
# File 'lib/aws-sdk-medialive/types.rb', line 9298 class MsSmoothOutputSettings < Struct.new( :h265_packaging_type, :name_modifier) SENSITIVE = [] include Aws::Structure end |