- Timestamp:
- Feb 10, 2017 3:45:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp
r65733 r65734 508 508 /* Return samples instead of bytes here 509 509 * (since we specified PDMAUDIOSTREAMLAYOUT_RAW as the audio data layout). */ 510 return PDMAUDIOSTREAMCFG_B2S(pStreamVRDE->pCfg, RTCircBufUsed(pStreamVRDE->In.pCircBuf));510 return (uint32_t)PDMAUDIOSTREAMCFG_B2S(pStreamVRDE->pCfg, RTCircBufUsed(pStreamVRDE->In.pCircBuf)); 511 511 } 512 512
Note:
See TracChangeset
for help on using the changeset viewer.