Changeset 88270 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Mar 24, 2021 11:52:37 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143475
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioCoreAudio.cpp
r88269 r88270 148 148 static void coreAudioPrintASBD(const char *pszDesc, const AudioStreamBasicDescription *pASBD) 149 149 { 150 char pszSampleRate[32];151 150 LogRel2(("CoreAudio: %s description:\n", pszDesc)); 152 151 LogRel2(("CoreAudio: Format ID: %RU32 (%c%c%c%c)\n", pASBD->mFormatID,
Note:
See TracChangeset
for help on using the changeset viewer.