Changeset 63534 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Aug 16, 2016 10:14:46 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r63529 r63534 262 262 /** @todo Use RT_LE2H_*? */ 263 263 PDMAUDIOENDIANNESS enmEndianness; 264 /** Size of audio sample buffer. */ 265 uint32_t cSamples; 264 /** Hint about the optimal sample buffer size (in audio samples). 265 * 0 if no hint is given. */ 266 uint32_t cSampleBufferSize; 266 267 } PDMAUDIOSTREAMCFG, *PPDMAUDIOSTREAMCFG; 267 268
Note:
See TracChangeset
for help on using the changeset viewer.