Uses of Class
quicktime.util.ByteEncodedImage

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

Uses of ByteEncodedImage in quicktime.std.image
 

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

Uses of ByteEncodedImage in quicktime.util
 

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