Changeset 62833 in vbox for trunk/include
- Timestamp:
- Aug 1, 2016 4:34:21 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r62605 r62833 737 737 /** 738 738 * Audio connector interface (up). 739 ** @todo Get rid of the separate XXXIn and XXXOut methods and unify the In/Out structs with a union,740 ** so that we only have one guest and one host stream ultimately.741 739 */ 742 740 typedef struct PDMIAUDIOCONNECTOR … … 746 744 * 747 745 * @returns VBox status code. 748 *749 746 * @param pInterface Pointer to the interface structure containing the called function pointer. 750 747 * @param pCfg Where to store the host audio backend configuration data.
Note:
See TracChangeset
for help on using the changeset viewer.