Changeset 511
- Timestamp:
- Jun 15, 2006 11:55:55 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_win_wmme.c
r183 r511 1616 1616 { 1617 1617 PaError result = paNoError; 1618 MMRESULT mmresult ;1618 MMRESULT mmresult = 0; 1619 1619 signed int i; 1620 1620 … … 1973 1973 unsigned long framesPerHostOutputBuffer; 1974 1974 unsigned long hostOutputBufferCount; 1975 unsigned long framesPerBufferProcessorCall ;1975 unsigned long framesPerBufferProcessorCall=0; 1976 1976 PaWinMmeDeviceAndChannelCount *inputDevices = 0; /* contains all devices and channel counts as local host api ids, even when PaWinMmeUseMultipleDevices is not used */ 1977 1977 unsigned long inputDeviceCount = 0;
Note: See TracChangeset
for help on using the changeset viewer.