Carbon


ImageDescription

Header: ImageCompression.h

struct ImageDescription {
    SInt32 idSize; 
    CodecType cType; 
    SInt32 resvd1; 
    SInt16 resvd2; 
    SInt16 dataRefIndex; 
    SInt16 version; 
    SInt16 revisionLevel; 
    SInt32 vendor; 
    CodecQ temporalQuality; 
    CodecQ spatialQuality; 
    SInt16 width; 
    SInt16 height; 
    Fixed hRes; 
    Fixed vRes; 
    SInt32 dataSize; 
    SInt16 frameCount; 
    Str31 name; 
    SInt16 depth; 
    SInt16 clutID;
};
typedef ImageDescription ImageDescriptionPtr;

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