VirtualBox

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


Ignore:
Timestamp:
Sep 27, 2017 4:38:54 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118158
Message:

VideoRec: Made the audio driver hot pluggable.

File:
1 edited

Legend:

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

    r65410 r68895  
    4141public:
    4242
    43     static DECLCALLBACK(int) drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags);
     43    static DECLCALLBACK(int)  drvConstruct(PPDMDRVINS pDrvIns, PCFGMNODE pCfg, uint32_t fFlags);
    4444    static DECLCALLBACK(void) drvDestruct(PPDMDRVINS pDrvIns);
     45    static DECLCALLBACK(int)  drvAttach(PPDMDRVINS pDrvIns, uint32_t fFlags);
     46    static DECLCALLBACK(void) drvDetach(PPDMDRVINS pDrvIns, uint32_t fFlags);
    4547
    4648private:
Note: See TracChangeset for help on using the changeset viewer.

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