Class: Aws::MediaConvert::Types::OutputGroupSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::OutputGroupSettings
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
Output Group settings, including type
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cmaf_group_settings ⇒ Types::CmafGroupSettings
Settings related to your CMAF output package.
-
#dash_iso_group_settings ⇒ Types::DashIsoGroupSettings
Settings related to your DASH output package.
-
#file_group_settings ⇒ Types::FileGroupSettings
Settings related to your File output group.
-
#hls_group_settings ⇒ Types::HlsGroupSettings
Settings related to your HLS output package.
-
#ms_smooth_group_settings ⇒ Types::MsSmoothGroupSettings
Settings related to your Microsoft Smooth Streaming output package.
-
#type ⇒ String
Type of output group (File group, Apple HLS, DASH ISO, Microsoft Smooth Streaming, CMAF).
Instance Attribute Details
#cmaf_group_settings ⇒ Types::CmafGroupSettings
Settings related to your CMAF output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
11126 11127 11128 11129 11130 11131 11132 11133 11134 11135 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11126 class OutputGroupSettings < Struct.new( :cmaf_group_settings, :dash_iso_group_settings, :file_group_settings, :hls_group_settings, :ms_smooth_group_settings, :type) SENSITIVE = [] include Aws::Structure end |
#dash_iso_group_settings ⇒ Types::DashIsoGroupSettings
Settings related to your DASH output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
11126 11127 11128 11129 11130 11131 11132 11133 11134 11135 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11126 class OutputGroupSettings < Struct.new( :cmaf_group_settings, :dash_iso_group_settings, :file_group_settings, :hls_group_settings, :ms_smooth_group_settings, :type) SENSITIVE = [] include Aws::Structure end |
#file_group_settings ⇒ Types::FileGroupSettings
Settings related to your File output group. MediaConvert uses this group of settings to generate a single standalone file, rather than a streaming package.
11126 11127 11128 11129 11130 11131 11132 11133 11134 11135 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11126 class OutputGroupSettings < Struct.new( :cmaf_group_settings, :dash_iso_group_settings, :file_group_settings, :hls_group_settings, :ms_smooth_group_settings, :type) SENSITIVE = [] include Aws::Structure end |
#hls_group_settings ⇒ Types::HlsGroupSettings
Settings related to your HLS output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
11126 11127 11128 11129 11130 11131 11132 11133 11134 11135 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11126 class OutputGroupSettings < Struct.new( :cmaf_group_settings, :dash_iso_group_settings, :file_group_settings, :hls_group_settings, :ms_smooth_group_settings, :type) SENSITIVE = [] include Aws::Structure end |
#ms_smooth_group_settings ⇒ Types::MsSmoothGroupSettings
Settings related to your Microsoft Smooth Streaming output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html.
11126 11127 11128 11129 11130 11131 11132 11133 11134 11135 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11126 class OutputGroupSettings < Struct.new( :cmaf_group_settings, :dash_iso_group_settings, :file_group_settings, :hls_group_settings, :ms_smooth_group_settings, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of output group (File group, Apple HLS, DASH ISO, Microsoft Smooth Streaming, CMAF)
11126 11127 11128 11129 11130 11131 11132 11133 11134 11135 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 11126 class OutputGroupSettings < Struct.new( :cmaf_group_settings, :dash_iso_group_settings, :file_group_settings, :hls_group_settings, :ms_smooth_group_settings, :type) SENSITIVE = [] include Aws::Structure end |