Enum Class VipsForeignHeifCompression
- All Implemented Interfaces:
VEnum
,VNamedEnum
,Serializable
,Comparable<VipsForeignHeifCompression>
,Constable
public enum VipsForeignHeifCompression
extends Enum<VipsForeignHeifCompression>
implements VNamedEnum
The compression format to use inside a HEIF container.
This is assumed to use the same numbering as heif_compression_format
.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionaomx264x265jpeg -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
int
static VipsForeignHeifCompression
Returns the enum constant of this class with the specified name.static VipsForeignHeifCompression[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FOREIGN_HEIF_COMPRESSION_HEVC
x265
-
FOREIGN_HEIF_COMPRESSION_AVC
x264
-
FOREIGN_HEIF_COMPRESSION_JPEG
jpeg
-
FOREIGN_HEIF_COMPRESSION_AV1
aom
-
FOREIGN_HEIF_COMPRESSION_LAST
-
-
Field Details
-
parentName
- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
getName
- Specified by:
getName
in interfaceVNamedEnum
-
getNickname
- Specified by:
getNickname
in interfaceVNamedEnum
-
getRawValue
public int getRawValue()- Specified by:
getRawValue
in interfaceVEnum
-