Changeset 70547 in vbox
- Timestamp:
- Jan 11, 2018 6:14:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/AudioDriver.cpp
r70544 r70547 73 73 /** 74 74 * Configures the audio driver (to CFGM) and attaches it to the audio chain. 75 * Does nothing if the audio driver already is attached. 75 76 * 76 77 * @returns IPRT status code. … … 113 114 /** 114 115 * Detaches an already attached audio driver from the audio chain. 116 * Does nothing if the audio driver already is detached or not attached. 115 117 * 116 118 * @returns IPRT status code.
Note:
See TracChangeset
for help on using the changeset viewer.