Changeset 171 for sbliveos2/trunk/include/daudio.h
- Timestamp:
- Mar 26, 2001, 12:06:43 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/include/daudio.h
r164 r171 24 24 struct 25 25 { 26 ULONG Volume; // left & right volume (high/low word) 26 ULONG VolumeL; // left volume (0..100) 27 ULONG VolumeR; // right volume (0..100) 27 28 } Vol; 28 29 struct
Note:
See TracChangeset
for help on using the changeset viewer.