Class: Aws::Types::Vc3Settings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#framerate_control"INITIALIZE_FROM_SOURCE", "SPECIFIED"

Returns the value of attribute framerate_control.

Returns:

  • ("INITIALIZE_FROM_SOURCE", "SPECIFIED")


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.

Returns:

  • ("DUPLICATE_DROP", "INTERPOLATE", "FRAMEFORMER", "MAINTAIN_FRAME_COUNT")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("INTERLACED", "PROGRESSIVE")


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.

Returns:

  • ("INTERLACED", "INTERLACED_OPTIMIZE")


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.

Returns:

  • ("DISABLED", "ENABLED")


2512
2513
2514
# File 'sig/types.rbs', line 2512

def slow_pal
  @slow_pal
end

#telecine"NONE", "HARD"

Returns the value of attribute telecine.

Returns:

  • ("NONE", "HARD")


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.

Returns:

  • ("CLASS_145_8BIT", "CLASS_220_8BIT", "CLASS_220_10BIT")


2514
2515
2516
# File 'sig/types.rbs', line 2514

def vc_3_class
  @vc_3_class
end