VirtualBox

Changeset 28802 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Apr 27, 2010 9:23:16 AM (15 years ago)
Author:
vboxsync
Message:

VRDP video channel configuration API.

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/settings.h

    r28800 r28802  
    265265          ulAuthTimeout(5000),
    266266          fAllowMultiConnection(false),
    267           fReuseSingleConnection(false)
     267          fReuseSingleConnection(false),
     268          fVideoChannel(false),
     269          ulVideoChannelQuality(75)
    268270    {}
    269271
     
    276278    uint32_t        ulAuthTimeout;
    277279    bool            fAllowMultiConnection,
    278                     fReuseSingleConnection;
     280                    fReuseSingleConnection,
     281                    fVideoChannel;
     282    uint32_t        ulVideoChannelQuality;
    279283};
    280284
  • trunk/include/VBox/vrdpapi.h

    r28800 r28802  
    955955#define VRDP_QP_NUMBER_MONITORS   (3)
    956956#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 */
    957961
    958962#define VRDP_SP_BASE 0x1000
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette