Changeset 63972 in vbox
- Timestamp:
- Sep 23, 2016 12:40:34 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixer.cpp
r63971 r63972 8 8 * the actual device emulation, providing mechanisms for audio sources (input) and 9 9 * audio sinks (output). 10 * 11 * Think of this mixer as kind of a high(er) level interface for the audio connector 12 * interface, abstracting common tasks such as creating and managing various audio 13 * sources and sinks. This mixer class is purely optional and can be left out when 14 * implementing a new device emulation, using only the audi connector interface 15 * instead. For example, the SB16 emulation does not use this mixer and does all its 16 * stream management on its own. 10 17 * 11 18 * As audio driver instances are handled as LUNs on the device level, this
Note:
See TracChangeset
for help on using the changeset viewer.