Carbon


CodecCapabilities

Header: ImageCodec.h

struct CodecCapabilities {
    SInt32 flags; 
    SInt16 wantedPixelSize; 
    SInt16 extendWidth; 
    SInt16 extendHeight; 
    SInt16 bandMin; 
    SInt16 bandInc; 
    SInt16 pad; 
    UInt32 time; 
    SInt32 flags2;
};

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