VirtualBox

Changeset 88534 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Apr 15, 2021 12:16:56 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
143810
Message:

Audio: Merged the cbStreamOut and cbStreamIn fields in PDMAUDIOBACKENDCFG (into cbStream). Added a fFlags member to PDMAUDIOBACKENDCFG, currently must-be-zero. bugref:9890

File:
1 edited

Legend:

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

    r88464 r88534  
    437437    /** The backend's friendly name. */
    438438    char            szName[32];
    439     /** Size (in bytes) of the host backend's audio output stream structure. */
    440     size_t          cbStreamOut;
    441     /** Size (in bytes) of the host backend's audio input stream structure. */
    442     size_t          cbStreamIn;
     439    /** The size of the backend specific stream data (in bytes). */
     440    uint32_t        cbStream;
     441    /** Flags, MBZ. */
     442    uint32_t        fFlags;
    443443    /** Number of concurrent output (playback) streams supported on the host.
    444444     *  UINT32_MAX for unlimited concurrent streams, 0 if no concurrent input streams are supported. */
     
    12021202
    12031203/** PDMIAUDIOCONNECTOR interface ID. */
    1204 #define PDMIAUDIOCONNECTOR_IID                  "122511ca-deb3-4630-ad31-ade9f3177df4"
     1204#define PDMIAUDIOCONNECTOR_IID                  "473a3a3c-cda9-454c-90f9-63751320e62a"
    12051205
    12061206
     
    13621362
    13631363/** PDMIHOSTAUDIO interface ID. */
    1364 #define PDMIHOSTAUDIO_IID                           "cf04d235-2af6-4921-8323-a0f85c5cf96b"
     1364#define PDMIHOSTAUDIO_IID                           "71b1dcc3-46d7-4c27-a76a-63cd229adb74"
    13651365
    13661366
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