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.
2472 2473 2474 |
# File 'sig/types.rbs', line 2472 def framerate_control @framerate_control end |
#framerate_conversion_algorithm ⇒ "DUPLICATE_DROP", ...
Returns the value of attribute framerate_conversion_algorithm.
2473 2474 2475 |
# File 'sig/types.rbs', line 2473 def framerate_conversion_algorithm @framerate_conversion_algorithm end |
#framerate_denominator ⇒ ::Integer
Returns the value of attribute framerate_denominator.
2474 2475 2476 |
# File 'sig/types.rbs', line 2474 def framerate_denominator @framerate_denominator end |
#framerate_numerator ⇒ ::Integer
Returns the value of attribute framerate_numerator.
2475 2476 2477 |
# File 'sig/types.rbs', line 2475 def framerate_numerator @framerate_numerator end |
#interlace_mode ⇒ "INTERLACED", "PROGRESSIVE"
Returns the value of attribute interlace_mode.
2476 2477 2478 |
# File 'sig/types.rbs', line 2476 def interlace_mode @interlace_mode end |
#scan_type_conversion_mode ⇒ "INTERLACED", "INTERLACED_OPTIMIZE"
Returns the value of attribute scan_type_conversion_mode.
2477 2478 2479 |
# File 'sig/types.rbs', line 2477 def scan_type_conversion_mode @scan_type_conversion_mode end |
#slow_pal ⇒ "DISABLED", "ENABLED"
Returns the value of attribute slow_pal.
2478 2479 2480 |
# File 'sig/types.rbs', line 2478 def slow_pal @slow_pal end |
#telecine ⇒ "NONE", "HARD"
Returns the value of attribute telecine.
2479 2480 2481 |
# File 'sig/types.rbs', line 2479 def telecine @telecine end |
#vc_3_class ⇒ "CLASS_145_8BIT", ...
Returns the value of attribute vc_3_class.
2480 2481 2482 |
# File 'sig/types.rbs', line 2480 def vc_3_class @vc_3_class end |