Carbon


RgnAtom

Header: MoviesFormat.h

struct RgnAtom {
    SInt32 size; 
    SInt32 atomType; 
    SInt16 rgnSize; 
    Rect rgnBBox; 
    char data[1];
};

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