Changeset 87995 in vbox for trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp
- Timestamp:
- Mar 7, 2021 7:44:29 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/DrvAudioVRDE.cpp
r82968 r87995 95 95 const uint32_t cFramesVrdpServer = DrvAudioHlpMilliToFrames(200 /* ms */, &pCfgAcq->Props); 96 96 97 int rc = RTCircBufCreate(&pStreamVRDE->In.pCircBuf, DrvAudioHlpFramesToBytes( cFramesVrdpServer, &pCfgAcq->Props));97 int rc = RTCircBufCreate(&pStreamVRDE->In.pCircBuf, DrvAudioHlpFramesToBytes(&pCfgAcq->Props, cFramesVrdpServer)); 98 98 if (RT_SUCCESS(rc)) 99 99 {
Note:
See TracChangeset
for help on using the changeset viewer.