Carbon


DigitizerInfo

Header: QuickTimeComponents.h

struct DigitizerInfo {
    SInt16 vdigType; 
    SInt32 inputCapabilityFlags; 
    SInt32 outputCapabilityFlags; 
    SInt32 inputCurrentFlags; 
    SInt32 outputCurrentFlags; 
    SInt16 slot; 
    GDHandle gdh; 
    GDHandle maskgdh; 
    SInt16 minDestHeight; 
    SInt16 minDestWidth; 
    SInt16 maxDestHeight; 
    SInt16 maxDestWidth; 
    SInt16 blendLevels; 
    SInt32 reserved;
};

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