Changeset 88006 in vbox for trunk/src/VBox/Devices/Audio/DrvAudio.h
- Timestamp:
- Mar 8, 2021 12:08:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.h
r88004 r88006 198 198 uint32_t DrvAudioHlpCalcBitrate(uint8_t cBits, uint32_t uHz, uint8_t cChannels); 199 199 uint32_t DrvAudioHlpGetBitrate(PCPDMAUDIOPCMPROPS pProps); 200 uint32_t DrvAudioHlp BytesAlign(uint32_t cbSize, PCPDMAUDIOPCMPROPS pProps);200 uint32_t DrvAudioHlpFloorBytesToFrame(PCPDMAUDIOPCMPROPS pProps, uint32_t cb); 201 201 bool DrvAudioHlpIsBytesAligned(PCPDMAUDIOPCMPROPS pProps, uint32_t cb); 202 202 uint32_t DrvAudioHlpBytesToFrames(uint32_t cbBytes, PCPDMAUDIOPCMPROPS pProps);
Note:
See TracChangeset
for help on using the changeset viewer.