Searched refs:_ptrEnumerator (Results 1 – 2 of 2) sorted by relevance
350 _ptrEnumerator(NULL), in AudioDeviceWindowsCore()470 reinterpret_cast<void**>(&_ptrEnumerator)); in AudioDeviceWindowsCore()471 assert(NULL != _ptrEnumerator); in AudioDeviceWindowsCore()500 SAFE_RELEASE(_ptrEnumerator); in ~AudioDeviceWindowsCore()1455 assert(_ptrEnumerator != NULL); in SetPlayoutDevice()1459 hr = _ptrEnumerator->GetDefaultAudioEndpoint(eRender, role, &_ptrDeviceOut); in SetPlayoutDevice()1718 assert(_ptrEnumerator != NULL); in SetRecordingDevice()1722 hr = _ptrEnumerator->GetDefaultAudioEndpoint(eCapture, role, &_ptrDeviceIn); in SetRecordingDevice()3510 assert(_ptrEnumerator != NULL); in _RefreshDeviceList()3513 hr = _ptrEnumerator->EnumAudioEndpoints(dir, DEVICE_STATE_ACTIVE, in _RefreshDeviceList()[all …]
243 IMMDeviceEnumerator* _ptrEnumerator; variable