Alex Y. Lin
May 3rd, 1999, 08:00 PM
How come the Wave position incorrect? Here are the source code following...
mWaveTime.wType=TIME_MS;
waveOutGetPosition(hWaveOut, &mWaveTime, cbmmt);
nTimePos=mWaveTime.u.ms;
But there is a littlt differnet between the nTimePos and actual time. How can I convert it?
mWaveTime.wType=TIME_MS;
waveOutGetPosition(hWaveOut, &mWaveTime, cbmmt);
nTimePos=mWaveTime.u.ms;
But there is a littlt differnet between the nTimePos and actual time. How can I convert it?