Class: Aws::Types::OutputGroupSettings
- Inherits:
-
Object
- Object
- Aws::Types::OutputGroupSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cmaf_group_settings ⇒ Types::CmafGroupSettings
Returns the value of attribute cmaf_group_settings.
-
#dash_iso_group_settings ⇒ Types::DashIsoGroupSettings
Returns the value of attribute dash_iso_group_settings.
-
#file_group_settings ⇒ Types::FileGroupSettings
Returns the value of attribute file_group_settings.
-
#hls_group_settings ⇒ Types::HlsGroupSettings
Returns the value of attribute hls_group_settings.
-
#ms_smooth_group_settings ⇒ Types::MsSmoothGroupSettings
Returns the value of attribute ms_smooth_group_settings.
-
#per_frame_metrics ⇒ ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]
Returns the value of attribute per_frame_metrics.
-
#type ⇒ "HLS_GROUP_SETTINGS", ...
Returns the value of attribute type.
Instance Attribute Details
#cmaf_group_settings ⇒ Types::CmafGroupSettings
Returns the value of attribute cmaf_group_settings.
2077 2078 2079 |
# File 'sig/types.rbs', line 2077 def cmaf_group_settings @cmaf_group_settings end |
#dash_iso_group_settings ⇒ Types::DashIsoGroupSettings
Returns the value of attribute dash_iso_group_settings.
2078 2079 2080 |
# File 'sig/types.rbs', line 2078 def dash_iso_group_settings @dash_iso_group_settings end |
#file_group_settings ⇒ Types::FileGroupSettings
Returns the value of attribute file_group_settings.
2079 2080 2081 |
# File 'sig/types.rbs', line 2079 def file_group_settings @file_group_settings end |
#hls_group_settings ⇒ Types::HlsGroupSettings
Returns the value of attribute hls_group_settings.
2080 2081 2082 |
# File 'sig/types.rbs', line 2080 def hls_group_settings @hls_group_settings end |
#ms_smooth_group_settings ⇒ Types::MsSmoothGroupSettings
Returns the value of attribute ms_smooth_group_settings.
2081 2082 2083 |
# File 'sig/types.rbs', line 2081 def ms_smooth_group_settings @ms_smooth_group_settings end |
#per_frame_metrics ⇒ ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]
Returns the value of attribute per_frame_metrics.
2082 2083 2084 |
# File 'sig/types.rbs', line 2082 def per_frame_metrics @per_frame_metrics end |
#type ⇒ "HLS_GROUP_SETTINGS", ...
Returns the value of attribute type.
2083 2084 2085 |
# File 'sig/types.rbs', line 2083 def type @type end |