Package apple.imageio.enums
Class CGImageAnimationStatus
- java.lang.Object
-
- apple.imageio.enums.CGImageAnimationStatus
-
public final class CGImageAnimationStatus extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static intAllocationFailureA required resource could not be createdstatic intCorruptInputImageAn image cannot be read from the given sourcestatic intIncompleteInputImageAn image can be read from the given source, but it is incompletestatic intParameterErrorNULL or invalid parameter passed to APIstatic intUnsupportedFormatThe image format is not applicable to animation
-
-
-
Field Detail
-
ParameterError
public static final int ParameterError
NULL or invalid parameter passed to API- See Also:
- Constant Field Values
-
CorruptInputImage
public static final int CorruptInputImage
An image cannot be read from the given source- See Also:
- Constant Field Values
-
UnsupportedFormat
public static final int UnsupportedFormat
The image format is not applicable to animation- See Also:
- Constant Field Values
-
IncompleteInputImage
public static final int IncompleteInputImage
An image can be read from the given source, but it is incomplete- See Also:
- Constant Field Values
-
AllocationFailure
public static final int AllocationFailure
A required resource could not be created- See Also:
- Constant Field Values
-
-