Class: Aws::Types::UncompressedSettings
- Inherits:
-
Object
- Object
- Aws::Types::UncompressedSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fourcc ⇒ "I420", ...
Returns the value of attribute fourcc.
-
#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.
-
#interlace_mode ⇒ "INTERLACED", "PROGRESSIVE"
Returns the value of attribute interlace_mode.
-
#scan_type_conversion_mode ⇒ "INTERLACED", "INTERLACED_OPTIMIZE"
Returns the value of attribute scan_type_conversion_mode.
-
#slow_pal ⇒ "DISABLED", "ENABLED"
Returns the value of attribute slow_pal.
-
#telecine ⇒ "NONE", "HARD"
Returns the value of attribute telecine.
Instance Attribute Details
#fourcc ⇒ "I420", ...
Returns the value of attribute fourcc.
2433 2434 2435 |
# File 'sig/types.rbs', line 2433 def fourcc @fourcc end |
#framerate_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute framerate_control.
2434 2435 2436 |
# File 'sig/types.rbs', line 2434 def framerate_control @framerate_control end |
#framerate_conversion_algorithm ⇒ "DUPLICATE_DROP", ...
Returns the value of attribute framerate_conversion_algorithm.
2435 2436 2437 |
# File 'sig/types.rbs', line 2435 def framerate_conversion_algorithm @framerate_conversion_algorithm end |
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
2436 2437 2438 |
# File 'sig/types.rbs', line 2436 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
2437 2438 2439 |
# File 'sig/types.rbs', line 2437 def framerate_numerator @framerate_numerator end |
#interlace_mode ⇒ "INTERLACED", "PROGRESSIVE"
Returns the value of attribute interlace_mode.
2438 2439 2440 |
# File 'sig/types.rbs', line 2438 def interlace_mode @interlace_mode end |
#scan_type_conversion_mode ⇒ "INTERLACED", "INTERLACED_OPTIMIZE"
Returns the value of attribute scan_type_conversion_mode.
2439 2440 2441 |
# File 'sig/types.rbs', line 2439 def scan_type_conversion_mode @scan_type_conversion_mode end |
#slow_pal ⇒ "DISABLED", "ENABLED"
Returns the value of attribute slow_pal.
2440 2441 2442 |
# File 'sig/types.rbs', line 2440 def slow_pal @slow_pal end |
#telecine ⇒ "NONE", "HARD"
Returns the value of attribute telecine.
2441 2442 2443 |
# File 'sig/types.rbs', line 2441 def telecine @telecine end |