VirtualBox

Changeset 59890 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Mar 1, 2016 5:11:08 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
105797
Message:

Audio: Added support for handling host input/output configuration changes. This is needed if audio devices on the host become (un)available while a VM is running and the guest does audio work in the meantime.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmaudioifs.h

    r59470 r59890  
    6868typedef struct PDMAUDIOBACKENDCFG
    6969{
    70     uint32_t    cbStreamOut;
    71     uint32_t    cbStreamIn;
    72     uint32_t    cMaxHstStrmsOut;
    73     uint32_t    cMaxHstStrmsIn;
     70    size_t   cbStreamOut;
     71    size_t   cbStreamIn;
     72    uint32_t cMaxHstStrmsOut;
     73    uint32_t cMaxHstStrmsIn;
    7474} PDMAUDIOBACKENDCFG, *PPDMAUDIOBACKENDCFG;
    7575
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