Sound Data Chunk
#include <AIFF.h>
ID ckID; 4 0 chunk type ID
long ckSize; 4 4 number of bytes of data
The ckID field specifies the chunk type. An ID is a 32-bit concatenation of any
four printable ASCII characters in the range ' ' (space character, ASCII value
0x20) through '~' (ASCII value 0x7E). Spaces cannot precede printing
characters, but trailing spaces are allowed. Control characters are not allowed.
You can specify values for the other types of chunks by using these constants:
AuthorID
CopyrightID
AnnotationID
The ckSize field specifies the size of the data portion of a chunk and does not
include the length of the chunk header information.