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:
parent
a9708d6b3a
commit
1cabbdb436
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue