Changeset 70564 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 12, 2018 6:01:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/AudioDriver.cpp
r70563 r70564 71 71 } 72 72 73 74 /** 75 * Initializes the audio driver with a certain (device) configuration. 76 * Note: The driver's LUN will be determined on runtime when attaching the 77 * driver to the audio driver chain. 78 * 79 * @returns VBox status code. 80 * @param pCfg Audio driver configuration to use. 81 */ 73 82 int AudioDriver::Initialize(AudioDriverCfg *pCfg) 74 83 { … … 85 94 * Does nothing if the audio driver already is attached. 86 95 * 87 * @returns IPRTstatus code.96 * @returns VBox status code. 88 97 * @param pThis Audio driver to detach. 89 98 */ … … 134 143 * Does nothing if the audio driver already is detached or not attached. 135 144 * 136 * @returns IPRTstatus code.145 * @returns VBox status code. 137 146 * @param pThis Audio driver to detach. 138 147 */
Note:
See TracChangeset
for help on using the changeset viewer.