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")


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.

Returns:

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


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • ("INTERLACED", "PROGRESSIVE")


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.

Returns:

  • ("INTERLACED", "INTERLACED_OPTIMIZE")


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.

Returns:

  • ("DISABLED", "ENABLED")


2478
2479
2480
# File 'sig/types.rbs', line 2478

def slow_pal
  @slow_pal
end

#telecine"NONE", "HARD"

Returns the value of attribute telecine.

Returns:

  • ("NONE", "HARD")


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.

Returns:

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


2480
2481
2482
# File 'sig/types.rbs', line 2480

def vc_3_class
  @vc_3_class
end