Class CGImageAnimationStatus


  • public final class CGImageAnimationStatus
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field 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
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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