Changeset 78510 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- May 14, 2019 3:25:22 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixer.cpp
r78507 r78510 111 111 * Converts a mixer sink status to a string. 112 112 * 113 * @returns Stringified mixer sink flags. Must be free'd with RTStrFree().113 * @returns Stringified mixer sink status flags. Must be free'd with RTStrFree(). 114 114 * "NONE" if no flags set. 115 * @param f Flags Mixer sink flags to convert.115 * @param fStatus Mixer sink status to convert. 116 116 */ 117 117 static char *dbgAudioMixerSinkStatusToStr(AUDMIXSINKSTS fStatus)
Note:
See TracChangeset
for help on using the changeset viewer.