Changeset 534 for OCO/trunk/drv16/wavestrm.cpp
- Timestamp:
- Aug 8, 2010, 5:32:19 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OCO/trunk/drv16/wavestrm.cpp
r533 r534 710 710 case PROPERTY_VOLUME: 711 711 volume = value; 712 dprintf(("WS::SetProperty() Vol: %0lx", value));712 dprintf(("WS::SetProperty() Vol: %0lx", value)); 713 713 if(ulStreamState == STREAM_STREAMING && ulStreamType == STREAM_WAVE_PLAY) { 714 714 MixerSetWaveVolume(getMixerStreamId(), StreamId, volume);
Note:
See TracChangeset
for help on using the changeset viewer.