Class: Aws::Types::AvcIntraSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#avc_intra_class"CLASS_50", ...

Returns the value of attribute avc_intra_class.

Returns:

  • ("CLASS_50", "CLASS_100", "CLASS_200", "CLASS_4K_2K")


248
249
250
# File 'sig/types.rbs', line 248

def avc_intra_class
  @avc_intra_class
end

#avc_intra_uhd_settingsTypes::AvcIntraUhdSettings

Returns the value of attribute avc_intra_uhd_settings.



249
250
251
# File 'sig/types.rbs', line 249

def avc_intra_uhd_settings
  @avc_intra_uhd_settings
end

#framerate_control"INITIALIZE_FROM_SOURCE", "SPECIFIED"

Returns the value of attribute framerate_control.

Returns:

  • ("INITIALIZE_FROM_SOURCE", "SPECIFIED")


250
251
252
# File 'sig/types.rbs', line 250

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


251
252
253
# File 'sig/types.rbs', line 251

def framerate_conversion_algorithm
  @framerate_conversion_algorithm
end

#framerate_denominator::Integer

Returns the value of attribute framerate_denominator.

Returns:

  • (::Integer)


252
253
254
# File 'sig/types.rbs', line 252

def framerate_denominator
  @framerate_denominator
end

#framerate_numerator::Integer

Returns the value of attribute framerate_numerator.

Returns:

  • (::Integer)


253
254
255
# File 'sig/types.rbs', line 253

def framerate_numerator
  @framerate_numerator
end

#interlace_mode"PROGRESSIVE", ...

Returns the value of attribute interlace_mode.

Returns:

  • ("PROGRESSIVE", "TOP_FIELD", "BOTTOM_FIELD", "FOLLOW_TOP_FIELD", "FOLLOW_BOTTOM_FIELD")


254
255
256
# File 'sig/types.rbs', line 254

def interlace_mode
  @interlace_mode
end

#per_frame_metrics::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")]

Returns the value of attribute per_frame_metrics.

Returns:

  • (::Array[("PSNR" | "SSIM" | "MS_SSIM" | "PSNR_HVS" | "VMAF" | "QVBR" | "SHOT_CHANGE")])


255
256
257
# File 'sig/types.rbs', line 255

def per_frame_metrics
  @per_frame_metrics
end

#scan_type_conversion_mode"INTERLACED", "INTERLACED_OPTIMIZE"

Returns the value of attribute scan_type_conversion_mode.

Returns:

  • ("INTERLACED", "INTERLACED_OPTIMIZE")


256
257
258
# File 'sig/types.rbs', line 256

def scan_type_conversion_mode
  @scan_type_conversion_mode
end

#slow_pal"DISABLED", "ENABLED"

Returns the value of attribute slow_pal.

Returns:

  • ("DISABLED", "ENABLED")


257
258
259
# File 'sig/types.rbs', line 257

def slow_pal
  @slow_pal
end

#telecine"NONE", "HARD"

Returns the value of attribute telecine.

Returns:

  • ("NONE", "HARD")


258
259
260
# File 'sig/types.rbs', line 258

def telecine
  @telecine
end