Carbon


TextChunk

Header: AIFF.h

struct TextChunk {
    ID ckID; 
    SInt32 ckSize; 
    char text[1];
};
typedef TextChunk TextChunkPtr;

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