Class: Aws::Types::AvcIntraSettings
- Inherits:
-
Object
- Object
- Aws::Types::AvcIntraSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#avc_intra_class ⇒ "CLASS_50", ...
Returns the value of attribute avc_intra_class.
-
#avc_intra_uhd_settings ⇒ Types::AvcIntraUhdSettings
Returns the value of attribute avc_intra_uhd_settings.
-
#framerate_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute framerate_control.
-
#framerate_conversion_algorithm ⇒ "DUPLICATE_DROP", ...
Returns the value of attribute framerate_conversion_algorithm.
-
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
-
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
-
#interlace_mode ⇒ "PROGRESSIVE", ...
Returns the value of attribute interlace_mode.
-
#per_frame_metrics ⇒ ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]
Returns the value of attribute per_frame_metrics.
-
#scan_type_conversion_mode ⇒ "INTERLACED", "INTERLACED_OPTIMIZE"
Returns the value of attribute scan_type_conversion_mode.
-
#slow_pal ⇒ "DISABLED", "ENABLED"
Returns the value of attribute slow_pal.
-
#telecine ⇒ "NONE", "HARD"
Returns the value of attribute telecine.
Instance Attribute Details
#avc_intra_class ⇒ "CLASS_50", ...
Returns the value of attribute avc_intra_class.
240 241 242 |
# File 'sig/types.rbs', line 240 def avc_intra_class @avc_intra_class end |
#avc_intra_uhd_settings ⇒ Types::AvcIntraUhdSettings
Returns the value of attribute avc_intra_uhd_settings.
241 242 243 |
# File 'sig/types.rbs', line 241 def avc_intra_uhd_settings @avc_intra_uhd_settings end |
#framerate_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute framerate_control.
242 243 244 |
# File 'sig/types.rbs', line 242 def framerate_control @framerate_control end |
#framerate_conversion_algorithm ⇒ "DUPLICATE_DROP", ...
Returns the value of attribute framerate_conversion_algorithm.
243 244 245 |
# File 'sig/types.rbs', line 243 def framerate_conversion_algorithm @framerate_conversion_algorithm end |
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
244 245 246 |
# File 'sig/types.rbs', line 244 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
245 246 247 |
# File 'sig/types.rbs', line 245 def framerate_numerator @framerate_numerator end |
#interlace_mode ⇒ "PROGRESSIVE", ...
Returns the value of attribute interlace_mode.
246 247 248 |
# File 'sig/types.rbs', line 246 def interlace_mode @interlace_mode end |
#per_frame_metrics ⇒ ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]
Returns the value of attribute per_frame_metrics.
247 248 249 |
# File 'sig/types.rbs', line 247 def per_frame_metrics @per_frame_metrics end |
#scan_type_conversion_mode ⇒ "INTERLACED", "INTERLACED_OPTIMIZE"
Returns the value of attribute scan_type_conversion_mode.
248 249 250 |
# File 'sig/types.rbs', line 248 def scan_type_conversion_mode @scan_type_conversion_mode end |
#slow_pal ⇒ "DISABLED", "ENABLED"
Returns the value of attribute slow_pal.
249 250 251 |
# File 'sig/types.rbs', line 249 def slow_pal @slow_pal end |
#telecine ⇒ "NONE", "HARD"
Returns the value of attribute telecine.
250 251 252 |
# File 'sig/types.rbs', line 250 def telecine @telecine end |