Changeset 88004 in vbox for trunk/src/VBox/Devices/Audio/DrvAudio.h
- Timestamp:
- Mar 8, 2021 11:55:51 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvAudio.h
r88003 r88004 199 199 uint32_t DrvAudioHlpGetBitrate(PCPDMAUDIOPCMPROPS pProps); 200 200 uint32_t DrvAudioHlpBytesAlign(uint32_t cbSize, PCPDMAUDIOPCMPROPS pProps); 201 bool DrvAudioHlp BytesIsAligned(uint32_t cbSize, PCPDMAUDIOPCMPROPS pProps);201 bool DrvAudioHlpIsBytesAligned(PCPDMAUDIOPCMPROPS pProps, uint32_t cb); 202 202 uint32_t DrvAudioHlpBytesToFrames(uint32_t cbBytes, PCPDMAUDIOPCMPROPS pProps); 203 203 uint64_t DrvAudioHlpBytesToMilli(PCPDMAUDIOPCMPROPS pProps, uint32_t cb);
Note:
See TracChangeset
for help on using the changeset viewer.