Changeset 28802 in vbox for trunk/include/VBox
- Timestamp:
- Apr 27, 2010 9:23:16 AM (15 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/settings.h
r28800 r28802 265 265 ulAuthTimeout(5000), 266 266 fAllowMultiConnection(false), 267 fReuseSingleConnection(false) 267 fReuseSingleConnection(false), 268 fVideoChannel(false), 269 ulVideoChannelQuality(75) 268 270 {} 269 271 … … 276 278 uint32_t ulAuthTimeout; 277 279 bool fAllowMultiConnection, 278 fReuseSingleConnection; 280 fReuseSingleConnection, 281 fVideoChannel; 282 uint32_t ulVideoChannelQuality; 279 283 }; 280 284 -
trunk/include/VBox/vrdpapi.h
r28800 r28802 955 955 #define VRDP_QP_NUMBER_MONITORS (3) 956 956 #define VRDP_QP_NETWORK_PORT_RANGE (4) 957 #ifdef VBOX_WITH_VRDP_VIDEO_CHANNEL 958 #define VRDP_QP_VIDEO_CHANNEL (5) 959 #define VRDP_QP_VIDEO_CHANNEL_QUALITY (6) 960 #endif /* VBOX_WITH_VRDP_VIDEO_CHANNEL */ 957 961 958 962 #define VRDP_SP_BASE 0x1000
Note:
See TracChangeset
for help on using the changeset viewer.