java.lang.Object
java.lang.Enum<Vc3Class>
software.amazon.awssdk.services.mediaconvert.model.Vc3Class
All Implemented Interfaces:
Serializable, Comparable<Vc3Class>

@Generated("software.amazon.awssdk:codegen") public enum Vc3Class extends Enum<Vc3Class>
Specify the VC3 class to choose the quality characteristics for this output. VC3 class, together with the settings Framerate (framerateNumerator and framerateDenominator) and Resolution (height and width), determine your output bitrate. For example, say that your video resolution is 1920x1080 and your framerate is 29.97. Then Class 145 gives you an output with a bitrate of approximately 145 Mbps and Class 220 gives you and output with a bitrate of approximately 220 Mbps. VC3 class also specifies the color bit depth of your output.
  • Enum Constant Details

    • CLASS_145_8_BIT

      public static final Vc3Class CLASS_145_8_BIT
    • CLASS_220_8_BIT

      public static final Vc3Class CLASS_220_8_BIT
    • CLASS_220_10_BIT

      public static final Vc3Class CLASS_220_10_BIT
    • UNKNOWN_TO_SDK_VERSION

      public static final Vc3Class UNKNOWN_TO_SDK_VERSION
  • Method Details

    • values

      public static Vc3Class[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static Vc3Class valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Vc3Class>
    • fromValue

      public static Vc3Class fromValue(String value)
      Use this in place of valueOf to convert the raw string returned by the service into the enum value.
      Parameters:
      value - real value
      Returns:
      Vc3Class corresponding to the value
    • knownValues

      public static Set<Vc3Class> knownValues()
      Use this in place of values() to return a Set of all values known to the SDK. This will return all known enum values except UNKNOWN_TO_SDK_VERSION.
      Returns:
      a Set of known Vc3Classs