Changeset 73811 in vbox
- Timestamp:
- Aug 22, 2018 8:30:14 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixer.cpp
r73810 r73811 961 961 cbWritable = DrvAudioHlpMilliToBytes(10 /* ms */, &pSink->PCMProps); /** @todo Make this configurable! */ 962 962 #endif 963 /* Make sure to align the writable size to the stream's frame size. */ 964 cbWritable = DrvAudioHlpBytesAlign(cbWritable, &pSink->PCMProps); 965 } 966 967 Log3Func(("Mixer: [%s] cbWritable=%RU32 (%RU64ms)\n", 963 } 964 965 Log3Func(("[%s] cbWritable=%RU32 (%RU64ms)\n", 968 966 pSink->pszName, cbWritable, DrvAudioHlpBytesToMilli(cbWritable, &pSink->PCMProps))); 969 967
Note:
See TracChangeset
for help on using the changeset viewer.