| Package | Description |
|---|---|
| com.amazonaws.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
VideoBlackFailoverSettings |
VideoBlackFailoverSettings.clone() |
VideoBlackFailoverSettings |
FailoverConditionSettings.getVideoBlackSettings()
MediaLive will perform a failover if content is considered black for the specified period.
|
VideoBlackFailoverSettings |
VideoBlackFailoverSettings.withBlackDetectThreshold(Double blackDetectThreshold)
A value used in calculating the threshold below which MediaLive considers a pixel to be 'black'.
|
VideoBlackFailoverSettings |
VideoBlackFailoverSettings.withVideoBlackThresholdMsec(Integer videoBlackThresholdMsec)
The amount of time (in milliseconds) that the active input must be black before automatic input failover occurs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FailoverConditionSettings.setVideoBlackSettings(VideoBlackFailoverSettings videoBlackSettings)
MediaLive will perform a failover if content is considered black for the specified period.
|
FailoverConditionSettings |
FailoverConditionSettings.withVideoBlackSettings(VideoBlackFailoverSettings videoBlackSettings)
MediaLive will perform a failover if content is considered black for the specified period.
|
Copyright © 2021. All rights reserved.