Carbon


CommentsChunk

Header: AIFF.h

struct CommentsChunk {
    ID ckID; 
    SInt32 ckSize; 
    UInt16 numComments; 
    Comment comments[1];
};
typedef CommentsChunk CommentsChunkPtr;

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