Carbon


codecInfoDepth1

Header: ImageCompression.h

enum {
    codecInfoDepth1 = 1,
    codecInfoDepth2 = 2,
    codecInfoDepth4 = 4,
    codecInfoDepth8 = 8,
    codecInfoDepth16 = 16,
    codecInfoDepth32 = 32,
    codecInfoDepth24 = 64,
    codecInfoDepth33 = 128,
    codecInfoDepth34 = 256,
    codecInfoDepth36 = 512,
    codecInfoDepth40 = 1024,
    codecInfoStoresClut = 2048,
    codecInfoDoesLossless = 4096,
    codecInfoSequenceSensitive = 8192
};

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