Changeset 89821 in vbox for trunk/include
- Timestamp:
- Jun 21, 2021 1:04:40 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145278
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioinline.h
r89768 r89821 1417 1417 PDMAudioPropsFramesToMilliMax(&pCfg->Props, pCfg->Backend.cFramesPreBuffering, 9999999), 1418 1418 pCfg->Device.cMsSchedulingHint, 1419 pCfg->enmPath == PDMAUDIOPATH_UNKNOWN ? " , " : "",1419 pCfg->enmPath == PDMAUDIOPATH_UNKNOWN ? "" : ", ", 1420 1420 pCfg->enmPath == PDMAUDIOPATH_UNKNOWN ? "" : PDMAudioPathGetName(pCfg->enmPath) ); 1421 1421 return pszDst;
Note:
See TracChangeset
for help on using the changeset viewer.