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")


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.

Returns:

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


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.

Returns:

  • ("INITIALIZE_FROM_SOURCE", "SPECIFIED")


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.

Returns:

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


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

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


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.

Returns:

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


2743
2744
2745
# File 'sig/types.rbs', line 2743

def profile
  @profile
end

#slow_pal"DISABLED", "ENABLED"

Returns the value of attribute slow_pal.

Returns:

  • ("DISABLED", "ENABLED")


2744
2745
2746
# File 'sig/types.rbs', line 2744

def slow_pal
  @slow_pal
end

#softness::Integer

Returns the value of attribute softness.

Returns:

  • (::Integer)


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.

Returns:

  • ("DISABLED", "ENABLED")


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.

Returns:

  • ("DISABLED", "ENABLED")


2747
2748
2749
# File 'sig/types.rbs', line 2747

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.



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