Cue-Points Chunk

The <cue-ck> cue-points chunk identifies a series of positions in the waveform data stream. The <cue-ck> is defined as follows:

<cue-ck>    cue(    <ulCuePoints:ULONG> /* Count of cue points */
                     <cue-point>... )      /* Cue-point table */
<cue-point>  struct {
                    ULONG  ulName;
                    ULONG  ulPosition;
                    FOURCC fccChunk;
                    ULONG  ulChunkStart;
                    ULONG  ulBlockStart;
                    ULONG  ulSampleOffset;
                 }

The <cue-point> fields are as follows: