Enum VP8StatusCode

java.lang.Object
java.lang.Enum<VP8StatusCode>
dev.matrixlab.webp4j.model.VP8StatusCode
All Implemented Interfaces:
Serializable, Comparable<VP8StatusCode>

public enum VP8StatusCode extends Enum<VP8StatusCode>
  • Enum Constant Details

    • VP8_STATUS_OK

      public static final VP8StatusCode VP8_STATUS_OK
    • VP8_STATUS_OUT_OF_MEMORY

      public static final VP8StatusCode VP8_STATUS_OUT_OF_MEMORY
    • VP8_STATUS_INVALID_PARAM

      public static final VP8StatusCode VP8_STATUS_INVALID_PARAM
    • VP8_STATUS_BITSTREAM_ERROR

      public static final VP8StatusCode VP8_STATUS_BITSTREAM_ERROR
    • VP8_STATUS_UNSUPPORTED_FEATURE

      public static final VP8StatusCode VP8_STATUS_UNSUPPORTED_FEATURE
    • VP8_STATUS_SUSPENDED

      public static final VP8StatusCode VP8_STATUS_SUSPENDED
    • VP8_STATUS_USER_ABORT

      public static final VP8StatusCode VP8_STATUS_USER_ABORT
    • VP8_STATUS_NOT_ENOUGH_DATA

      public static final VP8StatusCode VP8_STATUS_NOT_ENOUGH_DATA
  • Method Details

    • values

      public static VP8StatusCode[] 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 VP8StatusCode 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
    • getStatusCode

      public static VP8StatusCode getStatusCode(int aValue)