Carbon


scalerStream

Header: ScalerStreamTypes.h

struct scalerStream {
    const void *streamRefCon; 
    const char *targetVersion; 
    scalerStreamTypeFlag types; 
    scalerStreamAction action; 
    UInt32 memorySize; 
    SInt32 variationCount; 
    const void *variations; 
    union {
    
    } info;
};

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