Searched refs:_ptrCaptureClient (Results 1 – 2 of 2) sorted by relevance
358 _ptrCaptureClient(NULL), in AudioDeviceWindowsCore()623 SAFE_RELEASE(_ptrCaptureClient); in Terminate()2288 SAFE_RELEASE(_ptrCaptureClient); in InitRecording()2290 (void**)&_ptrCaptureClient); in InitRecording()2307 SAFE_RELEASE(_ptrCaptureClient); in InitRecording()2388 SAFE_RELEASE(_ptrCaptureClient); in StopRecording()2414 assert(err == -1 || _ptrCaptureClient == NULL); in StopRecording()3188 if (_ptrCaptureClient == NULL || _ptrClientIn == NULL) { in DoCaptureThread()3197 hr = _ptrCaptureClient->GetBuffer( in DoCaptureThread()3234 hr = _ptrCaptureClient->ReleaseBuffer(framesAvailable); in DoCaptureThread()[all …]
252 IAudioCaptureClient* _ptrCaptureClient; variable