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:
  • Method Details

    • 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

      Description copied from interface: ToCopyableBuilder
      Take this object and create a builder that contains all of the current property values of this object.
      Specified by:
      toBuilder in interface ToCopyableBuilder<VideoBlackFailoverSettings.Builder,VideoBlackFailoverSettings>
      Returns:
      a builder for type T
    • builder

      public static VideoBlackFailoverSettings.Builder builder()
    • serializableBuilderClass

      public static Class<? extends VideoBlackFailoverSettings.Builder> serializableBuilderClass()
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public final boolean equals(Object obj)
      Overrides:
      equals in class Object
    • equalsBySdkFields

      public final boolean equalsBySdkFields(Object obj)
      Description copied from interface: SdkPojo
      Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in an SdkPojo class, and is generated based on a service model.

      If an SdkPojo class does not have any inherited fields, equalsBySdkFields and equals are essentially the same.

      Specified by:
      equalsBySdkFields in interface SdkPojo
      Parameters:
      obj - the object to be compared with
      Returns:
      true if the other object equals to this object by sdk fields, false otherwise.
    • 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.
      Overrides:
      toString in class Object
    • getValueForField

      public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
    • sdkFields

      public final List<SdkField<?>> sdkFields()
      Specified by:
      sdkFields in interface SdkPojo
      Returns:
      List of SdkField in this POJO. May be empty list but should never be null.