Changeset 88853 in vbox for trunk/src/VBox/Devices/Audio/DrvHostAudioDSoundMMNotifClient.h
- Timestamp:
- May 4, 2021 8:47:13 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioDSoundMMNotifClient.h
r88819 r88853 43 43 public: 44 44 45 DrvHostAudioDSoundMMNotifClient(PPDMIHOSTAUDIOPORT pInterface );45 DrvHostAudioDSoundMMNotifClient(PPDMIHOSTAUDIOPORT pInterface, bool fDefaultIn, bool fDefaultOut); 46 46 virtual ~DrvHostAudioDSoundMMNotifClient(); 47 47 … … 58 58 private: 59 59 60 bool m_fDefaultIn; 61 bool m_fDefaultOut; 60 62 bool m_fRegisteredClient; 61 63 IMMDeviceEnumerator *m_pEnum; … … 64 66 long m_cRef; 65 67 66 PPDMIHOSTAUDIOPORT m_pIAudioNotifyFromHost; 67 68 HRESULT AttachToDefaultEndpoint(); 69 void DetachFromEndpoint(); 70 71 void doCallback(void); 68 PPDMIHOSTAUDIOPORT m_pIAudioNotifyFromHost; 72 69 73 70 /** @name IMMNotificationClient interface
Note:
See TracChangeset
for help on using the changeset viewer.