- Timestamp:
- Apr 12, 2021 12:43:41 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp
r88460 r88469 505 505 /* Return frames instead of bytes here 506 506 * (since we specified PDMAUDIOSTREAMLAYOUT_RAW as the audio data layout). */ 507 return (uint32_t)PDMAudioPropsBytesToFrames(&pStreamVRDE->Cfg.Props,RTCircBufUsed(pStreamVRDE->In.pCircBuf));507 return PDMAudioPropsBytesToFrames(&pStreamVRDE->Cfg.Props, (uint32_t)RTCircBufUsed(pStreamVRDE->In.pCircBuf)); 508 508 } 509 509 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.