VirtualBox

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


Ignore:
Timestamp:
Jan 11, 2018 1:28:49 PM (7 years ago)
Author:
vboxsync
Message:

Audio/VRDE: Implemented audio driver base class for Main audio drivers for dynamically attaching / detaching on runtime.

Location:
trunk/src/VBox/Main/include
Files:
1 added
1 edited

Legend:

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

    r70496 r70533  
    148148    bool i_useHostClipboard() { return mfUseHostClipboard; }
    149149
    150     /** Method is called only from ConsoleVRDPServer */
    151150    IVRDEServer *i_getVRDEServer() const { return mVRDEServer; }
    152151
     
    206205    void i_VRDPClientConnect(uint32_t u32ClientId);
    207206    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
    208211    void i_VRDPInterceptAudio(uint32_t u32ClientId);
    209212    void i_VRDPInterceptUSB(uint32_t u32ClientId, void **ppvIntercept);
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