Carbon


MarkerChunk

Header: AIFF.h

struct MarkerChunk {
    ID ckID; 
    SInt32 ckSize; 
    UInt16 numMarkers; 
    Marker Markers[1];
};
typedef MarkerChunk MarkerChunkPtr;

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