Changeset 147 for sbliveos2/trunk/drv16/wavestrm.cpp
- Timestamp:
- Apr 24, 2000, 9:45:21 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/drv16/wavestrm.cpp
r142 r147 226 226 } 227 227 228 dprintf(("_vReadAudioBuf %lx size %d, bytes read %d", pdataBuf, Buff_left, bytesread));228 //// dprintf(("_vReadAudioBuf %lx size %d, bytes read %d", pdataBuf, Buff_left, bytesread)); 229 229 230 230 // update the buffer pos counter … … 236 236 } 237 237 if(pTemp->ulBuffpos == pTemp->ulBuffsz) { 238 dprintf(("_vReadAudioBuf return buffer %lx size %ld, bytes read %ld", (ULONG)pTemp->pBuffptr, pTemp->ulBuffsz, bytesread)); 238 239 ReturnBuffer(); 239 240 } … … 322 323 { 323 324 qhInProcess.PushOnTail((PQUEUEELEMENT)new STREAMBUFFER(uLength, pbuf)); 325 dprintf(("WAVESTREAM::Read: Push on tail %lx %d", ((PSTREAMBUFFER)qhInProcess.Head())->pBuffptr, ((PSTREAMBUFFER)qhInProcess.Head())->ulBuffsz)); 324 326 return 0; 325 327 }
Note:
See TracChangeset
for help on using the changeset viewer.