|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RawEncodedImage | |
quicktime.qd | |
quicktime.std.anim | |
quicktime.std.image | |
quicktime.util |
Uses of RawEncodedImage in quicktime.qd |
Methods in quicktime.qd that return RawEncodedImage | |
RawEncodedImage |
Pict.toEncodedImage()
Returns a version of the Pict as an EncodedImage object. |
RawEncodedImage |
PixMap.getPixelData()
Returns the actual Pixel data itself. |
Uses of RawEncodedImage in quicktime.std.anim |
Methods in quicktime.std.anim that return RawEncodedImage | |
RawEncodedImage |
Sprite.getImageData()
This method gets the image data property of this sprite. |
Uses of RawEncodedImage in quicktime.std.image |
Methods in quicktime.std.image with parameters of type RawEncodedImage | |
CompressedFrameInfo |
CSequence.compressFrame(QDGraphics src,
QDRect srcRect,
int flags,
RawEncodedImage data)
Your application calls this method to compress one of a sequence of frames. |
int |
DSequence.decompressFrameS(RawEncodedImage data,
int inFlags)
Your application calls this method to decompress one of a sequence of frames. |
int |
DSequence.decompressFrame(RawEncodedImage data,
int inFlags)
Your application calls this method to decompress one of a sequence of frames. |
int |
DSequence.decompressFrameWhen(RawEncodedImage data,
int inFlags,
ICMFrameTime frameTime)
Queues a frame for decompression and specifies the time at which decompression will begin. |
Uses of RawEncodedImage in quicktime.util |
Methods in quicktime.util that return RawEncodedImage | |
static RawEncodedImage |
RawEncodedImage.fromQTPointer(QTPointerRef ptr)
This will return a RawEncodedImage object from a pointer. |
static RawEncodedImage |
RawEncodedImage.fromQTHandle(QTHandleRef hdl)
This will return a RawEncodedImage object from a handle. |
static RawEncodedImage |
RawEncodedImage.fromPixMap(PixMap pm)
Returns the actual Pixel data itself. |
static RawEncodedImage |
RawEncodedImage.fromSprite(Sprite s)
This method gets the image data property of this sprite. |
Constructors in quicktime.util with parameters of type RawEncodedImage | |
IntEncodedImage(RawEncodedImage ptr)
Creates a IntEncodedImage from raw data. |
|
ByteEncodedImage(RawEncodedImage ptr)
Creates a ByteEncodedImage from raw data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |