Changeset 5285 for trunk/src/dsound/OS2PrimBuff.h
- Timestamp:
- Mar 6, 2001, 9:11:17 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dsound/OS2PrimBuff.h
r3555 r5285 44 44 45 45 long rate; // Samples per second 46 longbps; // Bits per sample 8 or 16 !!47 longchannels;// Number of Channels 1 or 2 MONO/Stereo46 WORD bps; // Bits per sample 8 or 16 !! 47 WORD channels;// Number of Channels 1 or 2 MONO/Stereo 48 48 49 49 OS2IDirectSound3DListener* listener; // pointer to the associated 3DListener object
Note:
See TracChangeset
for help on using the changeset viewer.