Class: Aws::Types::H264Settings
- Inherits:
-
Object
- Object
- Aws::Types::H264Settings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adaptive_quantization ⇒ "AUTO", ...
Returns the value of attribute adaptive_quantization.
-
#afd_signaling ⇒ "AUTO", ...
Returns the value of attribute afd_signaling.
-
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
-
#buf_fill_pct ⇒ ::Integer
Returns the value of attribute buf_fill_pct.
-
#buf_size ⇒ ::Integer
Returns the value of attribute buf_size.
-
#color_metadata ⇒ "IGNORE", "INSERT"
Returns the value of attribute color_metadata.
-
#color_space_settings ⇒ Types::H264ColorSpaceSettings
Returns the value of attribute color_space_settings.
-
#entropy_encoding ⇒ "CABAC", "CAVLC"
Returns the value of attribute entropy_encoding.
-
#filter_settings ⇒ Types::H264FilterSettings
Returns the value of attribute filter_settings.
-
#fixed_afd ⇒ "AFD_0000", ...
Returns the value of attribute fixed_afd.
-
#flicker_aq ⇒ "DISABLED", "ENABLED"
Returns the value of attribute flicker_aq.
-
#force_field_pictures ⇒ "DISABLED", "ENABLED"
Returns the value of attribute force_field_pictures.
-
#framerate_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute framerate_control.
-
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
-
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
-
#gop_b_reference ⇒ "DISABLED", "ENABLED"
Returns the value of attribute gop_b_reference.
-
#gop_closed_cadence ⇒ ::Integer
Returns the value of attribute gop_closed_cadence.
-
#gop_num_b_frames ⇒ ::Integer
Returns the value of attribute gop_num_b_frames.
-
#gop_size ⇒ ::Float
Returns the value of attribute gop_size.
-
#gop_size_units ⇒ "FRAMES", "SECONDS"
Returns the value of attribute gop_size_units.
-
#level ⇒ "H264_LEVEL_1", ...
Returns the value of attribute level.
-
#look_ahead_rate_control ⇒ "HIGH", ...
Returns the value of attribute look_ahead_rate_control.
-
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
-
#min_bitrate ⇒ ::Integer
Returns the value of attribute min_bitrate.
-
#min_i_interval ⇒ ::Integer
Returns the value of attribute min_i_interval.
-
#min_qp ⇒ ::Integer
Returns the value of attribute min_qp.
-
#num_ref_frames ⇒ ::Integer
Returns the value of attribute num_ref_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.
-
#profile ⇒ "BASELINE", ...
Returns the value of attribute profile.
-
#quality_level ⇒ "ENHANCED_QUALITY", "STANDARD_QUALITY"
Returns the value of attribute quality_level.
-
#qvbr_quality_level ⇒ ::Integer
Returns the value of attribute qvbr_quality_level.
-
#rate_control_mode ⇒ "CBR", ...
Returns the value of attribute rate_control_mode.
-
#scan_type ⇒ "INTERLACED", "PROGRESSIVE"
Returns the value of attribute scan_type.
-
#scene_change_detect ⇒ "DISABLED", "ENABLED"
Returns the value of attribute scene_change_detect.
-
#slices ⇒ ::Integer
Returns the value of attribute slices.
-
#softness ⇒ ::Integer
Returns the value of attribute softness.
-
#spatial_aq ⇒ "DISABLED", "ENABLED"
Returns the value of attribute spatial_aq.
-
#subgop_length ⇒ "DYNAMIC", "FIXED"
Returns the value of attribute subgop_length.
-
#syntax ⇒ "DEFAULT", "RP2027"
Returns the value of attribute syntax.
-
#temporal_aq ⇒ "DISABLED", "ENABLED"
Returns the value of attribute temporal_aq.
-
#timecode_burnin_settings ⇒ Types::TimecodeBurninSettings
Returns the value of attribute timecode_burnin_settings.
-
#timecode_insertion ⇒ "DISABLED", "PIC_TIMING_SEI"
Returns the value of attribute timecode_insertion.
Instance Attribute Details
#adaptive_quantization ⇒ "AUTO", ...
Returns the value of attribute adaptive_quantization.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def adaptive_quantization @adaptive_quantization end |
#afd_signaling ⇒ "AUTO", ...
Returns the value of attribute afd_signaling.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def afd_signaling @afd_signaling end |
#bitrate ⇒ ::Integer
Returns the value of attribute bitrate.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def bitrate @bitrate end |
#buf_fill_pct ⇒ ::Integer
Returns the value of attribute buf_fill_pct.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def buf_fill_pct @buf_fill_pct end |
#buf_size ⇒ ::Integer
Returns the value of attribute buf_size.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def buf_size @buf_size end |
#color_metadata ⇒ "IGNORE", "INSERT"
Returns the value of attribute color_metadata.
1409 1410 1411 |
# File 'sig/types.rbs', line 1409 def @color_metadata end |
#color_space_settings ⇒ Types::H264ColorSpaceSettings
Returns the value of attribute color_space_settings.
1410 1411 1412 |
# File 'sig/types.rbs', line 1410 def color_space_settings @color_space_settings end |
#entropy_encoding ⇒ "CABAC", "CAVLC"
Returns the value of attribute entropy_encoding.
1411 1412 1413 |
# File 'sig/types.rbs', line 1411 def entropy_encoding @entropy_encoding end |
#filter_settings ⇒ Types::H264FilterSettings
Returns the value of attribute filter_settings.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def filter_settings @filter_settings end |
#fixed_afd ⇒ "AFD_0000", ...
Returns the value of attribute fixed_afd.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def fixed_afd @fixed_afd end |
#flicker_aq ⇒ "DISABLED", "ENABLED"
Returns the value of attribute flicker_aq.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def flicker_aq @flicker_aq end |
#force_field_pictures ⇒ "DISABLED", "ENABLED"
Returns the value of attribute force_field_pictures.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def force_field_pictures @force_field_pictures end |
#framerate_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute framerate_control.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def framerate_control @framerate_control end |
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def framerate_numerator @framerate_numerator end |
#gop_b_reference ⇒ "DISABLED", "ENABLED"
Returns the value of attribute gop_b_reference.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def gop_b_reference @gop_b_reference end |
#gop_closed_cadence ⇒ ::Integer
Returns the value of attribute gop_closed_cadence.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def gop_closed_cadence @gop_closed_cadence end |
#gop_num_b_frames ⇒ ::Integer
Returns the value of attribute gop_num_b_frames.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def gop_num_b_frames @gop_num_b_frames end |
#gop_size ⇒ ::Float
Returns the value of attribute gop_size.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def gop_size @gop_size end |
#gop_size_units ⇒ "FRAMES", "SECONDS"
Returns the value of attribute gop_size_units.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def gop_size_units @gop_size_units end |
#level ⇒ "H264_LEVEL_1", ...
Returns the value of attribute level.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def level @level end |
#look_ahead_rate_control ⇒ "HIGH", ...
Returns the value of attribute look_ahead_rate_control.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def look_ahead_rate_control @look_ahead_rate_control end |
#max_bitrate ⇒ ::Integer
Returns the value of attribute max_bitrate.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def max_bitrate @max_bitrate end |
#min_bitrate ⇒ ::Integer
Returns the value of attribute min_bitrate.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def min_bitrate @min_bitrate end |
#min_i_interval ⇒ ::Integer
Returns the value of attribute min_i_interval.
1427 1428 1429 |
# File 'sig/types.rbs', line 1427 def min_i_interval @min_i_interval end |
#min_qp ⇒ ::Integer
Returns the value of attribute min_qp.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def min_qp @min_qp end |
#num_ref_frames ⇒ ::Integer
Returns the value of attribute num_ref_frames.
1428 1429 1430 |
# File 'sig/types.rbs', line 1428 def num_ref_frames @num_ref_frames end |
#par_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute par_control.
1429 1430 1431 |
# File 'sig/types.rbs', line 1429 def par_control @par_control end |
#par_denominator ⇒ ::Integer
Returns the value of attribute par_denominator.
1430 1431 1432 |
# File 'sig/types.rbs', line 1430 def par_denominator @par_denominator end |
#par_numerator ⇒ ::Integer
Returns the value of attribute par_numerator.
1431 1432 1433 |
# File 'sig/types.rbs', line 1431 def par_numerator @par_numerator end |
#profile ⇒ "BASELINE", ...
Returns the value of attribute profile.
1432 1433 1434 |
# File 'sig/types.rbs', line 1432 def profile @profile end |
#quality_level ⇒ "ENHANCED_QUALITY", "STANDARD_QUALITY"
Returns the value of attribute quality_level.
1433 1434 1435 |
# File 'sig/types.rbs', line 1433 def quality_level @quality_level end |
#qvbr_quality_level ⇒ ::Integer
Returns the value of attribute qvbr_quality_level.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def qvbr_quality_level @qvbr_quality_level end |
#rate_control_mode ⇒ "CBR", ...
Returns the value of attribute rate_control_mode.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def rate_control_mode @rate_control_mode end |
#scan_type ⇒ "INTERLACED", "PROGRESSIVE"
Returns the value of attribute scan_type.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def scan_type @scan_type end |
#scene_change_detect ⇒ "DISABLED", "ENABLED"
Returns the value of attribute scene_change_detect.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def scene_change_detect @scene_change_detect end |
#slices ⇒ ::Integer
Returns the value of attribute slices.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def slices @slices end |
#softness ⇒ ::Integer
Returns the value of attribute softness.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def softness @softness end |
#spatial_aq ⇒ "DISABLED", "ENABLED"
Returns the value of attribute spatial_aq.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def spatial_aq @spatial_aq end |
#subgop_length ⇒ "DYNAMIC", "FIXED"
Returns the value of attribute subgop_length.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def subgop_length @subgop_length end |
#syntax ⇒ "DEFAULT", "RP2027"
Returns the value of attribute syntax.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def syntax @syntax end |
#temporal_aq ⇒ "DISABLED", "ENABLED"
Returns the value of attribute temporal_aq.
1443 1444 1445 |
# File 'sig/types.rbs', line 1443 def temporal_aq @temporal_aq end |
#timecode_burnin_settings ⇒ Types::TimecodeBurninSettings
Returns the value of attribute timecode_burnin_settings.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def timecode_burnin_settings @timecode_burnin_settings end |
#timecode_insertion ⇒ "DISABLED", "PIC_TIMING_SEI"
Returns the value of attribute timecode_insertion.
1444 1445 1446 |
# File 'sig/types.rbs', line 1444 def timecode_insertion @timecode_insertion end |