- Timestamp:
- Nov 4, 2016 12:41:57 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudioCommon.cpp
r63865 r64571 912 912 pProps->cShift = (pCfg->cChannels == 2) + cShift; 913 913 pProps->cChannels = pCfg->cChannels; 914 pProps->cbBitrate = DrvAudioHlpCalcBitrate(pProps->cBits, pProps->uHz, pProps->cChannels) / 8 /* Convert to bytes */; 914 915 pProps->uAlign = (1 << pProps->cShift) - 1; 915 916 pProps->fSwapEndian = pCfg->enmEndianness != PDMAUDIOHOSTENDIANNESS;
Note:
See TracChangeset
for help on using the changeset viewer.