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.
2404 2405 2406 |
# File 'sig/types.rbs', line 2404 def fourcc @fourcc end |
#framerate_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute framerate_control.
2405 2406 2407 |
# File 'sig/types.rbs', line 2405 def framerate_control @framerate_control end |
#framerate_conversion_algorithm ⇒ "DUPLICATE_DROP", ...
Returns the value of attribute framerate_conversion_algorithm.
2406 2407 2408 |
# File 'sig/types.rbs', line 2406 def framerate_conversion_algorithm @framerate_conversion_algorithm end |
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
2407 2408 2409 |
# File 'sig/types.rbs', line 2407 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
2408 2409 2410 |
# File 'sig/types.rbs', line 2408 def framerate_numerator @framerate_numerator end |
#interlace_mode ⇒ "INTERLACED", "PROGRESSIVE"
Returns the value of attribute interlace_mode.
2409 2410 2411 |
# File 'sig/types.rbs', line 2409 def interlace_mode @interlace_mode end |
#scan_type_conversion_mode ⇒ "INTERLACED", "INTERLACED_OPTIMIZE"
Returns the value of attribute scan_type_conversion_mode.
2410 2411 2412 |
# File 'sig/types.rbs', line 2410 def scan_type_conversion_mode @scan_type_conversion_mode end |
#slow_pal ⇒ "DISABLED", "ENABLED"
Returns the value of attribute slow_pal.
2411 2412 2413 |
# File 'sig/types.rbs', line 2411 def slow_pal @slow_pal end |
#telecine ⇒ "NONE", "HARD"
Returns the value of attribute telecine.
2412 2413 2414 |
# File 'sig/types.rbs', line 2412 def telecine @telecine end |