Class VideoBlackFailoverSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.VideoBlackFailoverSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VideoBlackFailoverSettings.Builder,VideoBlackFailoverSettings>
@Generated("software.amazon.awssdk:codegen") public final class VideoBlackFailoverSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VideoBlackFailoverSettings.Builder,VideoBlackFailoverSettings>
Placeholder documentation for VideoBlackFailoverSettings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVideoBlackFailoverSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleblackDetectThreshold()A value used in calculating the threshold below which MediaLive considers a pixel to be 'black'.static VideoBlackFailoverSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends VideoBlackFailoverSettings.Builder>serializableBuilderClass()VideoBlackFailoverSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegervideoBlackThresholdMsec()The amount of time (in milliseconds) that the active input must be black before automatic input failover occurs.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
blackDetectThreshold
public final Double blackDetectThreshold()
A value used in calculating the threshold below which MediaLive considers a pixel to be 'black'. For the input to be considered black, every pixel in a frame must be below this threshold. The threshold is calculated as a percentage (expressed as a decimal) of white. Therefore .1 means 10% white (or 90% black). Note how the formula works for any color depth. For example, if you set this field to 0.1 in 10-bit color depth: (1023*0.1=102.3), which means a pixel value of 102 or less is 'black'. If you set this field to .1 in an 8-bit color depth: (255*0.1=25.5), which means a pixel value of 25 or less is 'black'. The range is 0.0 to 1.0, with any number of decimal places.- Returns:
- A value used in calculating the threshold below which MediaLive considers a pixel to be 'black'. For the input to be considered black, every pixel in a frame must be below this threshold. The threshold is calculated as a percentage (expressed as a decimal) of white. Therefore .1 means 10% white (or 90% black). Note how the formula works for any color depth. For example, if you set this field to 0.1 in 10-bit color depth: (1023*0.1=102.3), which means a pixel value of 102 or less is 'black'. If you set this field to .1 in an 8-bit color depth: (255*0.1=25.5), which means a pixel value of 25 or less is 'black'. The range is 0.0 to 1.0, with any number of decimal places.
-
videoBlackThresholdMsec
public final Integer videoBlackThresholdMsec()
The amount of time (in milliseconds) that the active input must be black before automatic input failover occurs.- Returns:
- The amount of time (in milliseconds) that the active input must be black before automatic input failover occurs.
-
toBuilder
public VideoBlackFailoverSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VideoBlackFailoverSettings.Builder,VideoBlackFailoverSettings>
-
builder
public static VideoBlackFailoverSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends VideoBlackFailoverSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-