Interface CfnChannel.VideoBlackFailoverSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.VideoBlackFailoverSettingsProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.VideoBlackFailoverSettingsProperty extends software.amazon.jsii.JsiiSerializable
MediaLive will perform a failover if content is considered black for the specified period.

The parent of this entity is FailoverConditionSettings.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.medialive.*;
 VideoBlackFailoverSettingsProperty videoBlackFailoverSettingsProperty = VideoBlackFailoverSettingsProperty.builder()
         .blackDetectThreshold(123)
         .videoBlackThresholdMsec(123)
         .build();
 

See Also: