Class: Aws::Types::ProresSettings
- Inherits:
-
Object
- Object
- Aws::Types::ProresSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#chroma_sampling ⇒ "PRESERVE_444_SAMPLING", "SUBSAMPLE_TO_422"
Returns the value of attribute chroma_sampling.
-
#codec_profile ⇒ "APPLE_PRORES_422", ...
Returns the value of attribute codec_profile.
-
#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.
-
#par_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute par_control.
-
#par_denominator ⇒ ::Integer
Returns the value of attribute par_denominator.
-
#par_numerator ⇒ ::Integer
Returns the value of attribute par_numerator.
-
#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
#chroma_sampling ⇒ "PRESERVE_444_SAMPLING", "SUBSAMPLE_TO_422"
Returns the value of attribute chroma_sampling.
2132 2133 2134 |
# File 'sig/types.rbs', line 2132 def chroma_sampling @chroma_sampling end |
#codec_profile ⇒ "APPLE_PRORES_422", ...
Returns the value of attribute codec_profile.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def codec_profile @codec_profile end |
#framerate_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute framerate_control.
2134 2135 2136 |
# File 'sig/types.rbs', line 2134 def framerate_control @framerate_control end |
#framerate_conversion_algorithm ⇒ "DUPLICATE_DROP", ...
Returns the value of attribute framerate_conversion_algorithm.
2135 2136 2137 |
# File 'sig/types.rbs', line 2135 def framerate_conversion_algorithm @framerate_conversion_algorithm end |
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
2136 2137 2138 |
# File 'sig/types.rbs', line 2136 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
2137 2138 2139 |
# File 'sig/types.rbs', line 2137 def framerate_numerator @framerate_numerator end |
#interlace_mode ⇒ "PROGRESSIVE", ...
Returns the value of attribute interlace_mode.
2138 2139 2140 |
# File 'sig/types.rbs', line 2138 def interlace_mode @interlace_mode end |
#par_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute par_control.
2139 2140 2141 |
# File 'sig/types.rbs', line 2139 def par_control @par_control end |
#par_denominator ⇒ ::Integer
Returns the value of attribute par_denominator.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def par_denominator @par_denominator end |
#par_numerator ⇒ ::Integer
Returns the value of attribute par_numerator.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def par_numerator @par_numerator end |
#per_frame_metrics ⇒ ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]
Returns the value of attribute per_frame_metrics.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def per_frame_metrics @per_frame_metrics end |
#scan_type_conversion_mode ⇒ "INTERLACED", "INTERLACED_OPTIMIZE"
Returns the value of attribute scan_type_conversion_mode.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def scan_type_conversion_mode @scan_type_conversion_mode end |
#slow_pal ⇒ "DISABLED", "ENABLED"
Returns the value of attribute slow_pal.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def slow_pal @slow_pal end |
#telecine ⇒ "NONE", "HARD"
Returns the value of attribute telecine.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def telecine @telecine end |