The <playlist-ck> playlist chunk specifies a play order for a series of cue points. The <playlist-ck> is defined as follows:
<playlist-ck> plst(
<ulSegments:ULONG> /* Count of play segments */
<play-segment>... ) /* Play-segment table */
<play-segment> struct {
ULONG ulName;
ULONG ulLength;
ULONG ulLoops;
}
The <play-segment> fields are as follows:
Field