public final class CGImageAnimationStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
AllocationFailure
A required resource could not be created
|
static int |
CorruptInputImage
An image cannot be read from the given source
|
static int |
IncompleteInputImage
An image can be read from the given source, but it is incomplete
|
static int |
ParameterError
NULL or invalid parameter passed to API
|
static int |
UnsupportedFormat
The image format is not applicable to animation
|
public static final int ParameterError
public static final int CorruptInputImage
public static final int UnsupportedFormat
public static final int IncompleteInputImage
public static final int AllocationFailure