Carbon


MatteCompressedAtom

Header: MoviesFormat.h

struct MatteCompressedAtom {
    SInt32 size; 
    SInt32 atomType; 
    SInt32 flags; 
    ImageDescription matteImageDescription; 
    char matteData[1];
};

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