Changeset 73356 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jul 25, 2018 3:52:35 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixer.h
r73355 r73356 1 1 /* $Id$ */ 2 2 /** @file 3 * VBox audio: Mixing routines, mainly used by the various audio device 4 * emulations to achieve proper multiplexing from/to attached 5 * devices LUNs. 3 * VBox audio - Mixing routines. 4 * 5 * The mixing routines are mainly used by the various audio device emulations 6 * to achieve proper multiplexing from/to attached devices LUNs. 6 7 */ 7 8
Note:
See TracChangeset
for help on using the changeset viewer.