Changeset 2985 for trunk/src/winmm/waveout.cpp
- Timestamp:
- Mar 3, 2000, 8:18:47 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/waveout.cpp
r2971 r2985 1 /* $Id: waveout.cpp,v 1.1 2 2000-03-02 14:51:16sandervl Exp $ */1 /* $Id: waveout.cpp,v 1.13 2000-03-03 19:18:47 sandervl Exp $ */ 2 2 //#undef DEBUG 3 3 /* … … 60 60 61 61 if(fdwOpen == WAVE_FORMAT_QUERY) { 62 if(DartWaveOut::queryFormat(pwfx->wFormatTag, pwfx->nChannels, 63 pwfx-> nSamplesPerSec, pwfx->nBlockAlign) == TRUE) {62 if(DartWaveOut::queryFormat(pwfx->wFormatTag, pwfx->nChannels, pwfx->nSamplesPerSec, 63 pwfx->wBitsPerSample) == TRUE) { 64 64 return(MMSYSERR_NOERROR); 65 65 }
Note:
See TracChangeset
for help on using the changeset viewer.