- Timestamp:
- Jan 11, 2018 1:31:54 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r70533 r70534 148 148 bool i_useHostClipboard() { return mfUseHostClipboard; } 149 149 150 /** Method is called only from ConsoleVRDPServer */ 150 151 IVRDEServer *i_getVRDEServer() const { return mVRDEServer; } 151 152 … … 205 206 void i_VRDPClientConnect(uint32_t u32ClientId); 206 207 void i_VRDPClientDisconnect(uint32_t u32ClientId, uint32_t fu32Intercepted); 207 #ifdef VBOX_WITH_AUDIO_VRDE208 int i_VRDPConfigureAudio(bool fAttachDetach, unsigned *puLUN);209 int i_VRDPConfigureAudioDriver(const Utf8Str& strDevice, unsigned uInstance, unsigned uLUN, bool fAttach);210 #endif211 208 void i_VRDPInterceptAudio(uint32_t u32ClientId); 212 209 void i_VRDPInterceptUSB(uint32_t u32ClientId, void **ppvIntercept);
Note:
See TracChangeset
for help on using the changeset viewer.