Changeset 5366 for trunk/src/winmm/waveoutdaud.h
- Timestamp:
- Mar 24, 2001, 4:40:04 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/winmm/waveoutdaud.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/winmm/waveoutdaud.h
r5358 r5366 1 /* $Id: waveoutdaud.h,v 1. 1 2001-03-23 16:23:47sandervl Exp $ */1 /* $Id: waveoutdaud.h,v 1.2 2001-03-24 15:40:04 sandervl Exp $ */ 2 2 3 3 /* … … 12 12 13 13 #include "waveoutbase.h" 14 #include <daudio.h> 15 16 #ifdef _OS2WIN_H 17 typedef DWORD HEV; 18 #endif 14 19 15 20 class DAudioWaveOut : public WaveOut … … 30 35 ULONG nSamplesPerSec, ULONG sampleSize); 31 36 37 38 static BOOL isDirectAudioAvailable(); 32 39 33 40 protected:
Note:
See TracChangeset
for help on using the changeset viewer.
