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


240
241
242
# File 'sig/types.rbs', line 240

def avc_intra_class
  @avc_intra_class
end

#avc_intra_uhd_settingsTypes::AvcIntraUhdSettings

Returns the value of attribute avc_intra_uhd_settings.



241
242
243
# File 'sig/types.rbs', line 241

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


242
243
244
# File 'sig/types.rbs', line 242

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


243
244
245
# File 'sig/types.rbs', line 243

def framerate_conversion_algorithm
  @framerate_conversion_algorithm
end

#framerate_denominator::Integer

Returns the value of attribute framerate_denominator.

Returns:

  • (::Integer)


244
245
246
# File 'sig/types.rbs', line 244

def framerate_denominator
  @framerate_denominator
end

#framerate_numerator::Integer

Returns the value of attribute framerate_numerator.

Returns:

  • (::Integer)


245
246
247
# File 'sig/types.rbs', line 245

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


246
247
248
# File 'sig/types.rbs', line 246

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


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

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


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

def scan_type_conversion_mode
  @scan_type_conversion_mode
end

#slow_pal"DISABLED", "ENABLED"

Returns the value of attribute slow_pal.

Returns:

  • ("DISABLED", "ENABLED")


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

def slow_pal
  @slow_pal
end

#telecine"NONE", "HARD"

Returns the value of attribute telecine.

Returns:

  • ("NONE", "HARD")


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

def telecine
  @telecine
end