Changeset 63716 in vbox
- Timestamp:
- Sep 5, 2016 3:08:07 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/vmm/pdmaudioifs.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r63711 r63716 868 868 869 869 /** 870 * @todo Docs! 870 * Retrieves the current status of the host audio backend. 871 * 872 * @returns Status of the host audio backend. 873 * @param pInterface Pointer to the interface structure containing the called function pointer. 874 * @param enmDir Audio direction to check host audio backend for. Specify PDMAUDIODIR_ANY for the overall 875 * backend status. 871 876 */ 872 877 DECLR3CALLBACKMEMBER(PDMAUDIOBACKENDSTS, pfnGetStatus, (PPDMIAUDIOCONNECTOR pInterface, PDMAUDIODIR enmDir)); … … 1045 1050 { 1046 1051 /** 1047 * Initialize the host-specific audio device.1052 * Initializes the host backend (driver). 1048 1053 * 1049 1054 * @returns VBox status code. … … 1053 1058 1054 1059 /** 1055 * Shuts down the host -specific audio device.1060 * Shuts down the host backend (driver). 1056 1061 * 1057 1062 * @returns VBox status code.
Note:
See TracChangeset
for help on using the changeset viewer.

