Class: Aws::Types::Vc3Settings
- Inherits:
-
Object
- Object
- Aws::Types::Vc3Settings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#vc_3_class ⇒ "CLASS_145_8BIT", ...
Returns the value of attribute vc_3_class.
Instance Attribute Details
#framerate_control ⇒ "INITIALIZE_FROM_SOURCE", "SPECIFIED"
Returns the value of attribute framerate_control.
2506 2507 2508 |
# File 'sig/types.rbs', line 2506 def framerate_control @framerate_control end |
#framerate_conversion_algorithm ⇒ "DUPLICATE_DROP", ...
Returns the value of attribute framerate_conversion_algorithm.
2507 2508 2509 |
# File 'sig/types.rbs', line 2507 def framerate_conversion_algorithm @framerate_conversion_algorithm end |
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
2508 2509 2510 |
# File 'sig/types.rbs', line 2508 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
2509 2510 2511 |
# File 'sig/types.rbs', line 2509 def framerate_numerator @framerate_numerator end |
#interlace_mode ⇒ "INTERLACED", "PROGRESSIVE"
Returns the value of attribute interlace_mode.
2510 2511 2512 |
# File 'sig/types.rbs', line 2510 def interlace_mode @interlace_mode end |
#scan_type_conversion_mode ⇒ "INTERLACED", "INTERLACED_OPTIMIZE"
Returns the value of attribute scan_type_conversion_mode.
2511 2512 2513 |
# File 'sig/types.rbs', line 2511 def scan_type_conversion_mode @scan_type_conversion_mode end |
#slow_pal ⇒ "DISABLED", "ENABLED"
Returns the value of attribute slow_pal.
2512 2513 2514 |
# File 'sig/types.rbs', line 2512 def slow_pal @slow_pal end |
#telecine ⇒ "NONE", "HARD"
Returns the value of attribute telecine.
2513 2514 2515 |
# File 'sig/types.rbs', line 2513 def telecine @telecine end |
#vc_3_class ⇒ "CLASS_145_8BIT", ...
Returns the value of attribute vc_3_class.
2514 2515 2516 |
# File 'sig/types.rbs', line 2514 def vc_3_class @vc_3_class end |