Uses of Class
quicktime.util.IntEncodedImage

Packages that use IntEncodedImage
quicktime.std.image   
quicktime.util   
 

Uses of IntEncodedImage in quicktime.std.image
 

Methods in quicktime.std.image with parameters of type IntEncodedImage
 CompressedFrameInfo CSequence.compressFrame(QDGraphics src, QDRect srcRect, int flags, IntEncodedImage data)
          Your application calls this method to compress one of a sequence of frames.
 int DSequence.decompressFrameS(IntEncodedImage data, int inFlags)
          Your application calls this method to decompress one of a sequence of frames.
 int DSequence.decompressFrame(IntEncodedImage data, int inFlags)
          Your application calls this method to decompress one of a sequence of frames.
 int DSequence.decompressFrameWhen(IntEncodedImage data, int inFlags, ICMFrameTime frameTime)
          Queues a frame for decompression and specifies the time at which decompression will begin.
 

Uses of IntEncodedImage in quicktime.util
 

Methods in quicktime.util that return IntEncodedImage
static IntEncodedImage IntEncodedImage.fromIntArray(int[] ar)
          This will make a ByteEncodedImage from an array of ints.
static IntEncodedImage IntEncodedImage.fromIntArray(int[] ar, int rowBytes)
          This will make a ByteEncodedImage from an array of ints.