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.
2056 2057 2058 |
# File 'sig/types.rbs', line 2056 def cmaf_group_settings @cmaf_group_settings end |
#dash_iso_group_settings ⇒ Types::DashIsoGroupSettings
Returns the value of attribute dash_iso_group_settings.
2057 2058 2059 |
# File 'sig/types.rbs', line 2057 def dash_iso_group_settings @dash_iso_group_settings end |
#file_group_settings ⇒ Types::FileGroupSettings
Returns the value of attribute file_group_settings.
2058 2059 2060 |
# File 'sig/types.rbs', line 2058 def file_group_settings @file_group_settings end |
#hls_group_settings ⇒ Types::HlsGroupSettings
Returns the value of attribute hls_group_settings.
2059 2060 2061 |
# File 'sig/types.rbs', line 2059 def hls_group_settings @hls_group_settings end |
#ms_smooth_group_settings ⇒ Types::MsSmoothGroupSettings
Returns the value of attribute ms_smooth_group_settings.
2060 2061 2062 |
# File 'sig/types.rbs', line 2060 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.
2061 2062 2063 |
# File 'sig/types.rbs', line 2061 def per_frame_metrics @per_frame_metrics end |
#type ⇒ "HLS_GROUP_SETTINGS", ...
Returns the value of attribute type.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def type @type end |