Class: Aws::Types::XavcSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adaptive_quantization"OFF", ...

Returns the value of attribute adaptive_quantization.

Returns:

  • ("OFF", "AUTO", "LOW", "MEDIUM", "HIGH", "HIGHER", "MAX")


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.

Returns:

  • ("AUTO", "CABAC", "CAVLC")


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.

Returns:

  • ("INITIALIZE_FROM_SOURCE", "SPECIFIED")


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.

Returns:

  • ("DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER", "MAINTAIN_FRAME_COUNT")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")])


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.

Returns:

  • ("XAVC_HD_INTRA_CBG", "XAVC_4K_INTRA_CBG", "XAVC_4K_INTRA_VBR", "XAVC_HD", "XAVC_4K")


2780
2781
2782
# File 'sig/types.rbs', line 2780

def profile
  @profile
end

#slow_pal"DISABLED", "ENABLED"

Returns the value of attribute slow_pal.

Returns:

  • ("DISABLED", "ENABLED")


2781
2782
2783
# File 'sig/types.rbs', line 2781

def slow_pal
  @slow_pal
end

#softness::Integer

Returns the value of attribute softness.

Returns:

  • (::Integer)


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.

Returns:

  • ("DISABLED", "ENABLED")


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.

Returns:

  • ("DISABLED", "ENABLED")


2784
2785
2786
# File 'sig/types.rbs', line 2784

def temporal_adaptive_quantization
  @temporal_adaptive_quantization
end

#xavc_4k_intra_cbg_profile_settingsTypes::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_settingsTypes::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_settingsTypes::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_settingsTypes::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_settingsTypes::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