I'm pretty sure it listed in samples. The only way I've found so far to skip to the next cue is using the code you provided above to put them in a listbox, and then:
More questions:
How could I display the cues from a rawstream (.DAT file from DDP fileset)
Could the third party person be contacted?
Thanks, Wyatt
Private wave As NAudio.Wave.WaveFileReader`
wave.Seek(wave.WaveFormat.AverageBytesPerSecond * cue.position \44100, SeekOrigin.Begin)
`
Would this way be accurate?
More questions:
How could I display the cues from a rawstream (.DAT file from DDP fileset)
Could the third party person be contacted?
Thanks, Wyatt