Class: Aws::Types::VideoBlackFailoverSettings
- Inherits:
-
Object
- Object
- Aws::Types::VideoBlackFailoverSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#black_detect_threshold ⇒ ::Float
Returns the value of attribute black_detect_threshold.
-
#video_black_threshold_msec ⇒ ::Integer
Returns the value of attribute video_black_threshold_msec.
Instance Attribute Details
#black_detect_threshold ⇒ ::Float
Returns the value of attribute black_detect_threshold.
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.
3540 3541 3542 |
# File 'sig/types.rbs', line 3540 def video_black_threshold_msec @video_black_threshold_msec end |