Class: Aws::Types::Mpeg2Settings
- Inherits:
-
Object
- Object
- Aws::Types::Mpeg2Settings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adaptive_quantization ⇒ "OFF", ...
Returns the value of attribute adaptive_quantization.
-
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
-
#codec_level ⇒ "AUTO", ...
Returns the value of attribute codec_level.
-
#codec_profile ⇒ "MAIN", "PROFILE_422"
Returns the value of attribute codec_profile.
-
#dynamic_sub_gop ⇒ "ADAPTIVE", "STATIC"
Returns the value of attribute dynamic_sub_gop.
-
#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.
-
#gop_closed_cadence ⇒ ::Integer
Returns the value of attribute gop_closed_cadence.
-
#gop_size ⇒ ::Float
Returns the value of attribute gop_size.
-
#gop_size_units ⇒ "FRAMES", "SECONDS"
Returns the value of attribute gop_size_units.
-
#hrd_buffer_final_fill_percentage ⇒ ::Integer
Returns the value of attribute hrd_buffer_final_fill_percentage.
-
#hrd_buffer_initial_fill_percentage ⇒ ::Integer
Returns the value of attribute hrd_buffer_initial_fill_percentage.
-
#hrd_buffer_size ⇒ ::Integer
Returns the value of attribute hrd_buffer_size.
-
#interlace_mode ⇒ "PROGRESSIVE", ...
Returns the value of attribute interlace_mode.
-
#intra_dc_precision ⇒ "AUTO", ...
Returns the value of attribute intra_dc_precision.
-
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
-
#min_i_interval ⇒ ::Integer
Returns the value of attribute min_i_interval.
-
#number_b_frames_between_reference_frames ⇒ ::Integer
Returns the value of attribute number_b_frames_between_reference_frames.
-
#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.
-
#quality_tuning_level ⇒ "SINGLE_PASS", "MULTI_PASS"
Returns the value of attribute quality_tuning_level.
-
#rate_control_mode ⇒ "VBR", "CBR"
Returns the value of attribute rate_control_mode.
-
#scan_type_conversion_mode ⇒ "INTERLACED", "INTERLACED_OPTIMIZE"
Returns the value of attribute scan_type_conversion_mode.
-
#scene_change_detect ⇒ "DISABLED", "ENABLED"
Returns the value of attribute scene_change_detect.
-
#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.
-
#syntax ⇒ "DEFAULT", "D_10"
Returns the value of attribute syntax.
-
#telecine ⇒ "NONE", ...
Returns the value of attribute telecine.
-
#temporal_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute temporal_adaptive_quantization.
Instance Attribute Details
#adaptive_quantization ⇒ "OFF", ...
Returns the value of attribute adaptive_quantization.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def adaptive_quantization @adaptive_quantization end |
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def bitrate @bitrate end |
#codec_level ⇒ "AUTO", ...
Returns the value of attribute codec_level.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def codec_level @codec_level end |
#codec_profile ⇒ "MAIN", "PROFILE_422"
Returns the value of attribute codec_profile.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def codec_profile @codec_profile end |
#dynamic_sub_gop ⇒ "ADAPTIVE", "STATIC"
Returns the value of attribute dynamic_sub_gop.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def dynamic_sub_gop @dynamic_sub_gop end |
#framerate_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute framerate_control.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def framerate_control @framerate_control end |
#framerate_conversion_algorithm ⇒ "DUPLICATE_DROP", ...
Returns the value of attribute framerate_conversion_algorithm.
1869 1870 1871 |
# File 'sig/types.rbs', line 1869 def framerate_conversion_algorithm @framerate_conversion_algorithm end |
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
1870 1871 1872 |
# File 'sig/types.rbs', line 1870 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
1871 1872 1873 |
# File 'sig/types.rbs', line 1871 def framerate_numerator @framerate_numerator end |
#gop_closed_cadence ⇒ ::Integer
Returns the value of attribute gop_closed_cadence.
1872 1873 1874 |
# File 'sig/types.rbs', line 1872 def gop_closed_cadence @gop_closed_cadence end |
#gop_size ⇒ ::Float
Returns the value of attribute gop_size.
1873 1874 1875 |
# File 'sig/types.rbs', line 1873 def gop_size @gop_size end |
#gop_size_units ⇒ "FRAMES", "SECONDS"
Returns the value of attribute gop_size_units.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def gop_size_units @gop_size_units end |
#hrd_buffer_final_fill_percentage ⇒ ::Integer
Returns the value of attribute hrd_buffer_final_fill_percentage.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def hrd_buffer_final_fill_percentage @hrd_buffer_final_fill_percentage end |
#hrd_buffer_initial_fill_percentage ⇒ ::Integer
Returns the value of attribute hrd_buffer_initial_fill_percentage.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def hrd_buffer_initial_fill_percentage @hrd_buffer_initial_fill_percentage end |
#hrd_buffer_size ⇒ ::Integer
Returns the value of attribute hrd_buffer_size.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def hrd_buffer_size @hrd_buffer_size end |
#interlace_mode ⇒ "PROGRESSIVE", ...
Returns the value of attribute interlace_mode.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def interlace_mode @interlace_mode end |
#intra_dc_precision ⇒ "AUTO", ...
Returns the value of attribute intra_dc_precision.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def intra_dc_precision @intra_dc_precision end |
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def max_bitrate @max_bitrate end |
#min_i_interval ⇒ ::Integer
Returns the value of attribute min_i_interval.
1881 1882 1883 |
# File 'sig/types.rbs', line 1881 def min_i_interval @min_i_interval end |
#number_b_frames_between_reference_frames ⇒ ::Integer
Returns the value of attribute number_b_frames_between_reference_frames.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def number_b_frames_between_reference_frames @number_b_frames_between_reference_frames end |
#par_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute par_control.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def par_control @par_control end |
#par_denominator ⇒ ::Integer
Returns the value of attribute par_denominator.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def par_denominator @par_denominator end |
#par_numerator ⇒ ::Integer
Returns the value of attribute par_numerator.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 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.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def per_frame_metrics @per_frame_metrics end |
#quality_tuning_level ⇒ "SINGLE_PASS", "MULTI_PASS"
Returns the value of attribute quality_tuning_level.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def quality_tuning_level @quality_tuning_level end |
#rate_control_mode ⇒ "VBR", "CBR"
Returns the value of attribute rate_control_mode.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def rate_control_mode @rate_control_mode end |
#scan_type_conversion_mode ⇒ "INTERLACED", "INTERLACED_OPTIMIZE"
Returns the value of attribute scan_type_conversion_mode.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def scan_type_conversion_mode @scan_type_conversion_mode end |
#scene_change_detect ⇒ "DISABLED", "ENABLED"
Returns the value of attribute scene_change_detect.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def scene_change_detect @scene_change_detect end |
#slow_pal ⇒ "DISABLED", "ENABLED"
Returns the value of attribute slow_pal.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def slow_pal @slow_pal end |
#softness ⇒ ::Integer
Returns the value of attribute softness.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def softness @softness end |
#spatial_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute spatial_adaptive_quantization.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def spatial_adaptive_quantization @spatial_adaptive_quantization end |
#syntax ⇒ "DEFAULT", "D_10"
Returns the value of attribute syntax.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def syntax @syntax end |
#telecine ⇒ "NONE", ...
Returns the value of attribute telecine.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def telecine @telecine end |
#temporal_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute temporal_adaptive_quantization.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def temporal_adaptive_quantization @temporal_adaptive_quantization end |