Class: Aws::Types::VideoBlackFailoverSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#black_detect_threshold::Float

Returns the value of attribute black_detect_threshold.

Returns:

  • (::Float)


3539
3540
3541
# File 'sig/types.rbs', line 3539

def black_detect_threshold
  @black_detect_threshold
end

#video_black_threshold_msec::Integer

Returns the value of attribute video_black_threshold_msec.

Returns:

  • (::Integer)


3540
3541
3542
# File 'sig/types.rbs', line 3540

def video_black_threshold_msec
  @video_black_threshold_msec
end