Carbon


dmaDepth1

Header: QuickTimeComponents.h

enum {
    dmaDepth1 = 1,
    dmaDepth2 = 2,
    dmaDepth4 = 4,
    dmaDepth8 = 8,
    dmaDepth16 = 16,
    dmaDepth32 = 32,
    dmaDepth2Gray = 64,
    dmaDepth4Gray = 128,
    dmaDepth8Gray = 256
};

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