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