- Timestamp:
- Mar 20, 2006 4:58:43 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjmedia/src/pjmedia/portaudio/pa_mac_core.c
r339 r341 149 149 case kAudioHardwareBadStreamError: 150 150 result = paBadStreamPtr; break; 151 case kAudioHardwareUnsupportedOperationError:152 result = paInternalError; break;151 // case kAudioHardwareUnsupportedOperationError: 152 // result = paInternalError; break; 153 153 case kAudioDeviceUnsupportedFormatError: 154 154 result = paSampleFormatNotSupported; break; … … 411 411 portAudioBuffer += Pa_GetSampleSize(destination->inputSampleFormat) * channelSpacing; 412 412 } 413 return 0; 413 414 } 414 415 … … 440 441 portAudioBuffer += Pa_GetSampleSize(source->outputSampleFormat) * channelSpacing; 441 442 } 443 return 0; 442 444 } 443 445 … … 471 473 Pa_StopStream(clientData->stream); 472 474 } 475 return 0; 473 476 } 474 477 … … 495 498 496 499 PaUtil_EndCpuLoadMeasurement( &clientData->stream->cpuLoadMeasurer, frameCount ); 500 return 0; 497 501 } 498 502 … … 519 523 520 524 PaUtil_EndCpuLoadMeasurement( &clientData->stream->cpuLoadMeasurer, frameCount ); 525 return 0; 521 526 } 522 527
Note: See TracChangeset
for help on using the changeset viewer.