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.
2736 2737 2738 |
# File 'sig/types.rbs', line 2736 def adaptive_quantization @adaptive_quantization end |
#entropy_encoding ⇒ "AUTO", ...
Returns the value of attribute entropy_encoding.
2737 2738 2739 |
# File 'sig/types.rbs', line 2737 def entropy_encoding @entropy_encoding end |
#framerate_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute framerate_control.
2738 2739 2740 |
# File 'sig/types.rbs', line 2738 def framerate_control @framerate_control end |
#framerate_conversion_algorithm ⇒ "DUPLICATE_DROP", ...
Returns the value of attribute framerate_conversion_algorithm.
2739 2740 2741 |
# File 'sig/types.rbs', line 2739 def framerate_conversion_algorithm @framerate_conversion_algorithm end |
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
2740 2741 2742 |
# File 'sig/types.rbs', line 2740 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
2741 2742 2743 |
# File 'sig/types.rbs', line 2741 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.
2742 2743 2744 |
# File 'sig/types.rbs', line 2742 def per_frame_metrics @per_frame_metrics end |
#profile ⇒ "XAVC_HD_INTRA_CBG", ...
Returns the value of attribute profile.
2743 2744 2745 |
# File 'sig/types.rbs', line 2743 def profile @profile end |
#slow_pal ⇒ "DISABLED", "ENABLED"
Returns the value of attribute slow_pal.
2744 2745 2746 |
# File 'sig/types.rbs', line 2744 def slow_pal @slow_pal end |
#softness ⇒ ::Integer
Returns the value of attribute softness.
2745 2746 2747 |
# File 'sig/types.rbs', line 2745 def softness @softness end |
#spatial_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute spatial_adaptive_quantization.
2746 2747 2748 |
# File 'sig/types.rbs', line 2746 def spatial_adaptive_quantization @spatial_adaptive_quantization end |
#temporal_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute temporal_adaptive_quantization.
2747 2748 2749 |
# File 'sig/types.rbs', line 2747 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.
2748 2749 2750 |
# File 'sig/types.rbs', line 2748 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.
2749 2750 2751 |
# File 'sig/types.rbs', line 2749 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.
2750 2751 2752 |
# File 'sig/types.rbs', line 2750 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.
2751 2752 2753 |
# File 'sig/types.rbs', line 2751 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.
2752 2753 2754 |
# File 'sig/types.rbs', line 2752 def xavc_hd_profile_settings @xavc_hd_profile_settings end |