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.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def adaptive_quantization @adaptive_quantization end |
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def bitrate @bitrate end |
#codec_level ⇒ "AUTO", ...
Returns the value of attribute codec_level.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def codec_level @codec_level end |
#codec_profile ⇒ "MAIN", "PROFILE_422"
Returns the value of attribute codec_profile.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def codec_profile @codec_profile end |
#dynamic_sub_gop ⇒ "ADAPTIVE", "STATIC"
Returns the value of attribute dynamic_sub_gop.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def dynamic_sub_gop @dynamic_sub_gop end |
#framerate_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute framerate_control.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def framerate_control @framerate_control end |
#framerate_conversion_algorithm ⇒ "DUPLICATE_DROP", ...
Returns the value of attribute framerate_conversion_algorithm.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def framerate_conversion_algorithm @framerate_conversion_algorithm end |
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
1891 1892 1893 |
# File 'sig/types.rbs', line 1891 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
1892 1893 1894 |
# File 'sig/types.rbs', line 1892 def framerate_numerator @framerate_numerator end |
#gop_closed_cadence ⇒ ::Integer
Returns the value of attribute gop_closed_cadence.
1893 1894 1895 |
# File 'sig/types.rbs', line 1893 def gop_closed_cadence @gop_closed_cadence end |
#gop_size ⇒ ::Float
Returns the value of attribute gop_size.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def gop_size @gop_size end |
#gop_size_units ⇒ "FRAMES", "SECONDS"
Returns the value of attribute gop_size_units.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def gop_size_units @gop_size_units end |
#hrd_buffer_final_fill_percentage ⇒ ::Integer
Returns the value of attribute hrd_buffer_final_fill_percentage.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 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.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def hrd_buffer_initial_fill_percentage @hrd_buffer_initial_fill_percentage end |
#hrd_buffer_size ⇒ ::Integer
Returns the value of attribute hrd_buffer_size.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def hrd_buffer_size @hrd_buffer_size end |
#interlace_mode ⇒ "PROGRESSIVE", ...
Returns the value of attribute interlace_mode.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 def interlace_mode @interlace_mode end |
#intra_dc_precision ⇒ "AUTO", ...
Returns the value of attribute intra_dc_precision.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def intra_dc_precision @intra_dc_precision end |
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
1901 1902 1903 |
# File 'sig/types.rbs', line 1901 def max_bitrate @max_bitrate end |
#min_i_interval ⇒ ::Integer
Returns the value of attribute min_i_interval.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 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.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 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.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def par_control @par_control end |
#par_denominator ⇒ ::Integer
Returns the value of attribute par_denominator.
1905 1906 1907 |
# File 'sig/types.rbs', line 1905 def par_denominator @par_denominator end |
#par_numerator ⇒ ::Integer
Returns the value of attribute par_numerator.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 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.
1907 1908 1909 |
# File 'sig/types.rbs', line 1907 def per_frame_metrics @per_frame_metrics end |
#quality_tuning_level ⇒ "SINGLE_PASS", "MULTI_PASS"
Returns the value of attribute quality_tuning_level.
1908 1909 1910 |
# File 'sig/types.rbs', line 1908 def quality_tuning_level @quality_tuning_level end |
#rate_control_mode ⇒ "VBR", "CBR"
Returns the value of attribute rate_control_mode.
1909 1910 1911 |
# File 'sig/types.rbs', line 1909 def rate_control_mode @rate_control_mode end |
#scan_type_conversion_mode ⇒ "INTERLACED", "INTERLACED_OPTIMIZE"
Returns the value of attribute scan_type_conversion_mode.
1910 1911 1912 |
# File 'sig/types.rbs', line 1910 def scan_type_conversion_mode @scan_type_conversion_mode end |
#scene_change_detect ⇒ "DISABLED", "ENABLED"
Returns the value of attribute scene_change_detect.
1911 1912 1913 |
# File 'sig/types.rbs', line 1911 def scene_change_detect @scene_change_detect end |
#slow_pal ⇒ "DISABLED", "ENABLED"
Returns the value of attribute slow_pal.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 def slow_pal @slow_pal end |
#softness ⇒ ::Integer
Returns the value of attribute softness.
1913 1914 1915 |
# File 'sig/types.rbs', line 1913 def softness @softness end |
#spatial_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute spatial_adaptive_quantization.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def spatial_adaptive_quantization @spatial_adaptive_quantization end |
#syntax ⇒ "DEFAULT", "D_10"
Returns the value of attribute syntax.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def syntax @syntax end |
#telecine ⇒ "NONE", ...
Returns the value of attribute telecine.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def telecine @telecine end |
#temporal_adaptive_quantization ⇒ "DISABLED", "ENABLED"
Returns the value of attribute temporal_adaptive_quantization.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def temporal_adaptive_quantization @temporal_adaptive_quantization end |