Class: Aws::Types::Mpeg2Settings

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:



1884
1885
1886
# File 'sig/types.rbs', line 1884

def adaptive_quantization
  @adaptive_quantization
end

#bitrate::Integer

Returns the value of attribute bitrate.

Returns:



1885
1886
1887
# File 'sig/types.rbs', line 1885

def bitrate
  @bitrate
end

#codec_level"AUTO", ...

Returns the value of attribute codec_level.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



1912
1913
1914
# File 'sig/types.rbs', line 1912

def slow_pal
  @slow_pal
end

#softness::Integer

Returns the value of attribute softness.

Returns:



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.

Returns:



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.

Returns:



1915
1916
1917
# File 'sig/types.rbs', line 1915

def syntax
  @syntax
end

#telecine"NONE", ...

Returns the value of attribute telecine.

Returns:



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.

Returns:



1917
1918
1919
# File 'sig/types.rbs', line 1917

def temporal_adaptive_quantization
  @temporal_adaptive_quantization
end