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.
248 249 250 |
# File 'sig/types.rbs', line 248 def avc_intra_class @avc_intra_class end |
#avc_intra_uhd_settings ⇒ Types::AvcIntraUhdSettings
Returns the value of attribute avc_intra_uhd_settings.
249 250 251 |
# File 'sig/types.rbs', line 249 def avc_intra_uhd_settings @avc_intra_uhd_settings end |
#framerate_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute framerate_control.
250 251 252 |
# File 'sig/types.rbs', line 250 def framerate_control @framerate_control end |
#framerate_conversion_algorithm ⇒ "DUPLICATE_DROP", ...
Returns the value of attribute framerate_conversion_algorithm.
251 252 253 |
# File 'sig/types.rbs', line 251 def framerate_conversion_algorithm @framerate_conversion_algorithm end |
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
252 253 254 |
# File 'sig/types.rbs', line 252 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
253 254 255 |
# File 'sig/types.rbs', line 253 def framerate_numerator @framerate_numerator end |
#interlace_mode ⇒ "PROGRESSIVE", ...
Returns the value of attribute interlace_mode.
254 255 256 |
# File 'sig/types.rbs', line 254 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.
255 256 257 |
# File 'sig/types.rbs', line 255 def per_frame_metrics @per_frame_metrics end |
#scan_type_conversion_mode ⇒ "INTERLACED", "INTERLACED_OPTIMIZE"
Returns the value of attribute scan_type_conversion_mode.
256 257 258 |
# File 'sig/types.rbs', line 256 def scan_type_conversion_mode @scan_type_conversion_mode end |
#slow_pal ⇒ "DISABLED", "ENABLED"
Returns the value of attribute slow_pal.
257 258 259 |
# File 'sig/types.rbs', line 257 def slow_pal @slow_pal end |
#telecine ⇒ "NONE", "HARD"
Returns the value of attribute telecine.
258 259 260 |
# File 'sig/types.rbs', line 258 def telecine @telecine end |