VirtualBox

Changeset 28802 in vbox for trunk/src/VBox/Main/include


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

VRDP video channel configuration API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/VRDPServerImpl.h

    r28800 r28802  
    4747        BOOL mAllowMultiConnection;
    4848        BOOL mReuseSingleConnection;
     49        BOOL mVideoChannel;
     50        ULONG mVideoChannelQuality;
    4951    };
    5052
     
    8789    STDMETHOD(COMGETTER(ReuseSingleConnection)) (BOOL *aReuseSingleConnection);
    8890    STDMETHOD(COMSETTER(ReuseSingleConnection)) (BOOL aReuseSingleConnection);
     91    STDMETHOD(COMGETTER(VideoChannel)) (BOOL *aVideoChannel);
     92    STDMETHOD(COMSETTER(VideoChannel)) (BOOL aVideoChannel);
     93    STDMETHOD(COMGETTER(VideoChannelQuality)) (ULONG *aVideoChannelQuality);
     94    STDMETHOD(COMSETTER(VideoChannelQuality)) (ULONG aVideoChannelQuality);
    8995
    9096    // IVRDPServer methods
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