Changeset 88412 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Apr 8, 2021 12:00:08 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r88390 r88412 994 994 995 995 996 /** @todo r=bird: What is this exactly? */997 #define PPDMAUDIOBACKENDSTREAM void *998 999 1000 996 /** Pointer to a audio connector interface. */ 1001 997 typedef struct PDMIAUDIOCONNECTOR *PPDMIAUDIOCONNECTOR; … … 1203 1199 #define PDMIAUDIOCONNECTOR_IID "122511ca-deb3-4630-ad31-ade9f3177df4" 1204 1200 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. */ 1205 typedef struct PDMAUDIOBACKENDSTREAM *PPDMAUDIOBACKENDSTREAM; 1205 1206 1206 1207 /** Pointer to a host audio interface. */
Note:
See TracChangeset
for help on using the changeset viewer.