Class: Aws::Types::UncompressedSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fourcc"I420", ...

Returns the value of attribute fourcc.

Returns:

  • ("I420", "I422", "I444")


2433
2434
2435
# File 'sig/types.rbs', line 2433

def fourcc
  @fourcc
end

#framerate_control"INITIALIZE_FROM_SOURCE", "SPECIFIED"

Returns the value of attribute framerate_control.

Returns:

  • ("INITIALIZE_FROM_SOURCE", "SPECIFIED")


2434
2435
2436
# File 'sig/types.rbs', line 2434

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


2435
2436
2437
# File 'sig/types.rbs', line 2435

def framerate_conversion_algorithm
  @framerate_conversion_algorithm
end

#framerate_denominator::Integer

Returns the value of attribute framerate_denominator.

Returns:

  • (::Integer)


2436
2437
2438
# File 'sig/types.rbs', line 2436

def framerate_denominator
  @framerate_denominator
end

#framerate_numerator::Integer

Returns the value of attribute framerate_numerator.

Returns:

  • (::Integer)


2437
2438
2439
# File 'sig/types.rbs', line 2437

def framerate_numerator
  @framerate_numerator
end

#interlace_mode"INTERLACED", "PROGRESSIVE"

Returns the value of attribute interlace_mode.

Returns:

  • ("INTERLACED", "PROGRESSIVE")


2438
2439
2440
# File 'sig/types.rbs', line 2438

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


2439
2440
2441
# File 'sig/types.rbs', line 2439

def scan_type_conversion_mode
  @scan_type_conversion_mode
end

#slow_pal"DISABLED", "ENABLED"

Returns the value of attribute slow_pal.

Returns:

  • ("DISABLED", "ENABLED")


2440
2441
2442
# File 'sig/types.rbs', line 2440

def slow_pal
  @slow_pal
end

#telecine"NONE", "HARD"

Returns the value of attribute telecine.

Returns:

  • ("NONE", "HARD")


2441
2442
2443
# File 'sig/types.rbs', line 2441

def telecine
  @telecine
end