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 ⇒ "AUTO", ...
Returns the value of attribute adaptive_quantization.
-
#afd_signaling ⇒ "AUTO", ...
Returns the value of attribute afd_signaling.
-
#color_metadata ⇒ "IGNORE", "INSERT"
Returns the value of attribute color_metadata.
-
#color_space ⇒ "AUTO", "PASSTHROUGH"
Returns the value of attribute color_space.
-
#display_aspect_ratio ⇒ "DISPLAYRATIO16X9", "DISPLAYRATIO4X3"
Returns the value of attribute display_aspect_ratio.
-
#filter_settings ⇒ Types::Mpeg2FilterSettings
Returns the value of attribute filter_settings.
-
#fixed_afd ⇒ "AFD_0000", ...
Returns the value of attribute fixed_afd.
-
#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_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.
-
#scan_type ⇒ "INTERLACED", "PROGRESSIVE"
Returns the value of attribute scan_type.
-
#subgop_length ⇒ "DYNAMIC", "FIXED"
Returns the value of attribute subgop_length.
-
#timecode_burnin_settings ⇒ Types::TimecodeBurninSettings
Returns the value of attribute timecode_burnin_settings.
-
#timecode_insertion ⇒ "DISABLED", "GOP_TIMECODE"
Returns the value of attribute timecode_insertion.
Instance Attribute Details
#adaptive_quantization ⇒ "AUTO", ...
Returns the value of attribute adaptive_quantization.
2335 2336 2337 |
# File 'sig/types.rbs', line 2335 def adaptive_quantization @adaptive_quantization end |
#afd_signaling ⇒ "AUTO", ...
Returns the value of attribute afd_signaling.
2336 2337 2338 |
# File 'sig/types.rbs', line 2336 def afd_signaling @afd_signaling end |
#color_metadata ⇒ "IGNORE", "INSERT"
Returns the value of attribute color_metadata.
2337 2338 2339 |
# File 'sig/types.rbs', line 2337 def @color_metadata end |
#color_space ⇒ "AUTO", "PASSTHROUGH"
Returns the value of attribute color_space.
2338 2339 2340 |
# File 'sig/types.rbs', line 2338 def color_space @color_space end |
#display_aspect_ratio ⇒ "DISPLAYRATIO16X9", "DISPLAYRATIO4X3"
Returns the value of attribute display_aspect_ratio.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def display_aspect_ratio @display_aspect_ratio end |
#filter_settings ⇒ Types::Mpeg2FilterSettings
Returns the value of attribute filter_settings.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def filter_settings @filter_settings end |
#fixed_afd ⇒ "AFD_0000", ...
Returns the value of attribute fixed_afd.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def fixed_afd @fixed_afd end |
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
2342 2343 2344 |
# File 'sig/types.rbs', line 2342 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
2343 2344 2345 |
# File 'sig/types.rbs', line 2343 def framerate_numerator @framerate_numerator end |
#gop_closed_cadence ⇒ ::Integer
Returns the value of attribute gop_closed_cadence.
2344 2345 2346 |
# File 'sig/types.rbs', line 2344 def gop_closed_cadence @gop_closed_cadence end |
#gop_num_b_frames ⇒ ::Integer
Returns the value of attribute gop_num_b_frames.
2345 2346 2347 |
# File 'sig/types.rbs', line 2345 def gop_num_b_frames @gop_num_b_frames end |
#gop_size ⇒ ::Float
Returns the value of attribute gop_size.
2346 2347 2348 |
# File 'sig/types.rbs', line 2346 def gop_size @gop_size end |
#gop_size_units ⇒ "FRAMES", "SECONDS"
Returns the value of attribute gop_size_units.
2347 2348 2349 |
# File 'sig/types.rbs', line 2347 def gop_size_units @gop_size_units end |
#scan_type ⇒ "INTERLACED", "PROGRESSIVE"
Returns the value of attribute scan_type.
2348 2349 2350 |
# File 'sig/types.rbs', line 2348 def scan_type @scan_type end |
#subgop_length ⇒ "DYNAMIC", "FIXED"
Returns the value of attribute subgop_length.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def subgop_length @subgop_length end |
#timecode_burnin_settings ⇒ Types::TimecodeBurninSettings
Returns the value of attribute timecode_burnin_settings.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def timecode_burnin_settings @timecode_burnin_settings end |
#timecode_insertion ⇒ "DISABLED", "GOP_TIMECODE"
Returns the value of attribute timecode_insertion.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def timecode_insertion @timecode_insertion end |