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.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def chroma_sampling @chroma_sampling end |
#codec_profile ⇒ "APPLE_PRORES_422", ...
Returns the value of attribute codec_profile.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def codec_profile @codec_profile end |
#framerate_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute framerate_control.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def framerate_control @framerate_control end |
#framerate_conversion_algorithm ⇒ "DUPLICATE_DROP", ...
Returns the value of attribute framerate_conversion_algorithm.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def framerate_conversion_algorithm @framerate_conversion_algorithm end |
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def framerate_numerator @framerate_numerator end |
#interlace_mode ⇒ "PROGRESSIVE", ...
Returns the value of attribute interlace_mode.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def interlace_mode @interlace_mode end |
#par_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute par_control.
2160 2161 2162 |
# File 'sig/types.rbs', line 2160 def par_control @par_control end |
#par_denominator ⇒ ::Integer
Returns the value of attribute par_denominator.
2161 2162 2163 |
# File 'sig/types.rbs', line 2161 def par_denominator @par_denominator end |
#par_numerator ⇒ ::Integer
Returns the value of attribute par_numerator.
2162 2163 2164 |
# File 'sig/types.rbs', line 2162 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.
2163 2164 2165 |
# File 'sig/types.rbs', line 2163 def per_frame_metrics @per_frame_metrics end |
#scan_type_conversion_mode ⇒ "INTERLACED", "INTERLACED_OPTIMIZE"
Returns the value of attribute scan_type_conversion_mode.
2164 2165 2166 |
# File 'sig/types.rbs', line 2164 def scan_type_conversion_mode @scan_type_conversion_mode end |
#slow_pal ⇒ "DISABLED", "ENABLED"
Returns the value of attribute slow_pal.
2165 2166 2167 |
# File 'sig/types.rbs', line 2165 def slow_pal @slow_pal end |
#telecine ⇒ "NONE", "HARD"
Returns the value of attribute telecine.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def telecine @telecine end |