Class: Aws::Types::XavcSettings
- Inherits:
-
Object
- Object
- Aws::Types::XavcSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adaptive_quantization ⇒ "OFF", ...
Returns the value of attribute adaptive_quantization.
-
#entropy_encoding ⇒ "AUTO", ...
Returns the value of attribute entropy_encoding.
-
#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.
-
#per_frame_metrics ⇒ ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]
Returns the value of attribute per_frame_metrics.
-
#profile ⇒ "XAVC_HD_INTRA_CBG", ...
Returns the value of attribute profile.
-
#slow_pal ⇒ "DISABLED", "ENABLED"
Returns the value of attribute slow_pal.
-
#softness ⇒ ::Integer
Returns the value of attribute softness.
-
#spatial_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute spatial_adaptive_quantization.
-
#temporal_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute temporal_adaptive_quantization.
-
#xavc_4k_intra_cbg_profile_settings ⇒ Types::Xavc4kIntraCbgProfileSettings
Returns the value of attribute xavc_4k_intra_cbg_profile_settings.
-
#xavc_4k_intra_vbr_profile_settings ⇒ Types::Xavc4kIntraVbrProfileSettings
Returns the value of attribute xavc_4k_intra_vbr_profile_settings.
-
#xavc_4k_profile_settings ⇒ Types::Xavc4kProfileSettings
Returns the value of attribute xavc_4k_profile_settings.
-
#xavc_hd_intra_cbg_profile_settings ⇒ Types::XavcHdIntraCbgProfileSettings
Returns the value of attribute xavc_hd_intra_cbg_profile_settings.
-
#xavc_hd_profile_settings ⇒ Types::XavcHdProfileSettings
Returns the value of attribute xavc_hd_profile_settings.
Instance Attribute Details
#adaptive_quantization ⇒ "OFF", ...
Returns the value of attribute adaptive_quantization.
2773 2774 2775 |
# File 'sig/types.rbs', line 2773 def adaptive_quantization @adaptive_quantization end |
#entropy_encoding ⇒ "AUTO", ...
Returns the value of attribute entropy_encoding.
2774 2775 2776 |
# File 'sig/types.rbs', line 2774 def entropy_encoding @entropy_encoding end |
#framerate_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute framerate_control.
2775 2776 2777 |
# File 'sig/types.rbs', line 2775 def framerate_control @framerate_control end |
#framerate_conversion_algorithm ⇒ "DUPLICATE_DROP", ...
Returns the value of attribute framerate_conversion_algorithm.
2776 2777 2778 |
# File 'sig/types.rbs', line 2776 def framerate_conversion_algorithm @framerate_conversion_algorithm end |
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
2777 2778 2779 |
# File 'sig/types.rbs', line 2777 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
2778 2779 2780 |
# File 'sig/types.rbs', line 2778 def framerate_numerator @framerate_numerator end |
#per_frame_metrics ⇒ ::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]
Returns the value of attribute per_frame_metrics.
2779 2780 2781 |
# File 'sig/types.rbs', line 2779 def per_frame_metrics @per_frame_metrics end |
#profile ⇒ "XAVC_HD_INTRA_CBG", ...
Returns the value of attribute profile.
2780 2781 2782 |
# File 'sig/types.rbs', line 2780 def profile @profile end |
#slow_pal ⇒ "DISABLED", "ENABLED"
Returns the value of attribute slow_pal.
2781 2782 2783 |
# File 'sig/types.rbs', line 2781 def slow_pal @slow_pal end |
#softness ⇒ ::Integer
Returns the value of attribute softness.
2782 2783 2784 |
# File 'sig/types.rbs', line 2782 def softness @softness end |
#spatial_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute spatial_adaptive_quantization.
2783 2784 2785 |
# File 'sig/types.rbs', line 2783 def spatial_adaptive_quantization @spatial_adaptive_quantization end |
#temporal_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute temporal_adaptive_quantization.
2784 2785 2786 |
# File 'sig/types.rbs', line 2784 def temporal_adaptive_quantization @temporal_adaptive_quantization end |
#xavc_4k_intra_cbg_profile_settings ⇒ Types::Xavc4kIntraCbgProfileSettings
Returns the value of attribute xavc_4k_intra_cbg_profile_settings.
2785 2786 2787 |
# File 'sig/types.rbs', line 2785 def xavc_4k_intra_cbg_profile_settings @xavc_4k_intra_cbg_profile_settings end |
#xavc_4k_intra_vbr_profile_settings ⇒ Types::Xavc4kIntraVbrProfileSettings
Returns the value of attribute xavc_4k_intra_vbr_profile_settings.
2786 2787 2788 |
# File 'sig/types.rbs', line 2786 def xavc_4k_intra_vbr_profile_settings @xavc_4k_intra_vbr_profile_settings end |
#xavc_4k_profile_settings ⇒ Types::Xavc4kProfileSettings
Returns the value of attribute xavc_4k_profile_settings.
2787 2788 2789 |
# File 'sig/types.rbs', line 2787 def xavc_4k_profile_settings @xavc_4k_profile_settings end |
#xavc_hd_intra_cbg_profile_settings ⇒ Types::XavcHdIntraCbgProfileSettings
Returns the value of attribute xavc_hd_intra_cbg_profile_settings.
2788 2789 2790 |
# File 'sig/types.rbs', line 2788 def xavc_hd_intra_cbg_profile_settings @xavc_hd_intra_cbg_profile_settings end |
#xavc_hd_profile_settings ⇒ Types::XavcHdProfileSettings
Returns the value of attribute xavc_hd_profile_settings.
2789 2790 2791 |
# File 'sig/types.rbs', line 2789 def xavc_hd_profile_settings @xavc_hd_profile_settings end |