defaultLowOutputLatency -> defaultLowInputLatency (not that it matters, hopefully)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11306 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Andrew Thompson 2009-01-20 06:25:06 +00:00
parent a9708d6b3a
commit 1cabbdb436
1 changed files with 1 additions and 1 deletions

View File

@ -1170,7 +1170,7 @@ static int dump_info(int verbose)
inputParameters.device = i;
inputParameters.channelCount = deviceInfo->maxInputChannels;
inputParameters.sampleFormat = paInt16;
inputParameters.suggestedLatency = deviceInfo->defaultLowOutputLatency; /* ignored by Pa_IsFormatSupported() */
inputParameters.suggestedLatency = deviceInfo->defaultLowInputLatency; /* ignored by Pa_IsFormatSupported() */
inputParameters.hostApiSpecificStreamInfo = NULL;
outputParameters.device = i;