enum {
codecCanScale = 1,
codecCanMask = 2,
codecCanMatte = 4,
codecCanTransform = 8,
codecCanTransferMode = 16,
codecCanCopyPrev = 32,
codecCanSpool = 64,
codecCanClipVertical = 128,
codecCanClipRectangular = 256,
codecCanRemapColor = 512,
codecCanFastDither = 1024,
codecCanSrcExtract = 2048,
codecCanCopyPrevComp = 4096,
codecCanAsync = 8192,
codecCanMakeMask = 16384,
codecCanShift = 32768,
codecCanAsyncWhen = 65536,
codecCanShieldCursor = 131072,
codecCanManagePrevBuffer = 262144,
codecHasVolatileBuffer = 524288,
codecWantsRegionMask = 1048576,
codecImageBufferIsOnScreen = 2097152,
codecWantsDestinationPixels = 4194304,
codecWantsSpecialScaling = 8388608,
codecHandlesInputs = 16777216,
codecCanDoIndirectSurface = 33554432,
codecIsSequenceSensitive = 67108864,
codecRequiresOffscreen = 134217728,
codecRequiresMaskBits = 268435456,
codecCanRemapResolution = 536870912,
codecIsDirectToScreenOnly = 1073741824,
codecCanLockSurface = -2147483648
};
© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)