Carbon


ImageSubCodecDecompressRecord

Header: ImageCodec.h

struct ImageSubCodecDecompressRecord {
    Ptr baseAddr; 
    SInt32 rowBytes; 
    Ptr codecData; 
    ICMProgressProcRecord progressProcRecord; 
    ICMDataProcRecord dataProcRecord; 
    void *userDecompressRecord; 
    UInt8 frameType; 
    UInt8 pad[3]; 
    SInt32 priv[2];
};

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)