VirtualBox

Changeset 88412 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Apr 8, 2021 12:00:08 PM (4 years ago)
Author:
vboxsync
Message:

Audio: Made PPDMAUDIOBACKENDSTREAM a typedef instead of a weird #define void-pointer. bugref:9890

File:
1 edited

Legend:

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

    r88390 r88412  
    994994
    995995
    996 /** @todo r=bird: What is this exactly? */
    997 #define PPDMAUDIOBACKENDSTREAM void *
    998 
    999 
    1000996/** Pointer to a audio connector interface. */
    1001997typedef struct PDMIAUDIOCONNECTOR *PPDMIAUDIOCONNECTOR;
     
    12031199#define PDMIAUDIOCONNECTOR_IID                  "122511ca-deb3-4630-ad31-ade9f3177df4"
    12041200
     1201
     1202/** Opque pointer host audio specific stream data.
     1203 * @todo r=bird: should extend this to a public part that at least includes a
     1204 *       PPDMAUDIOSTREAM member. */
     1205typedef struct PDMAUDIOBACKENDSTREAM *PPDMAUDIOBACKENDSTREAM;
    12051206
    12061207/** Pointer to a host audio interface. */
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