Changeset 88307 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Mar 26, 2021 9:18:42 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143524
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r88300 r88307 1034 1034 * differ between parent and child. */ 1035 1035 uint32_t cMixed; 1036 /** How much audio frames are currently being used 1037 * in this buffer. 1038 * Note: This also is known as the distance in ring buffer terms. */ 1036 /** How much audio frames are currently being used in this buffer. 1037 * @note This also is known as the distance in ring buffer terms. */ 1039 1038 uint32_t cUsed; 1040 1039 /** Number of children mix buffers kept in lstChildren. */ … … 1240 1239 STAMCOUNTER AvgFramesWritten; 1241 1240 STAMCOUNTER TotalTimesWritten; 1241 uint32_t cbBackendWritableBefore; 1242 uint32_t cbBackendWritableAfter; 1242 1243 } Stats; 1243 1244 /** Hack alert: Max writable amount reported by the backend. … … 1524 1525 * @param pCfgGuest Stream configuration for guest side. 1525 1526 * @param ppStream Pointer where to return the created audio stream on success. 1527 * @todo r=bird: It is not documented how pCfgHost and pCfgGuest can be 1528 * modified the DrvAudio... 1526 1529 */ 1527 1530 DECLR3CALLBACKMEMBER(int, pfnStreamCreate, (PPDMIAUDIOCONNECTOR pInterface, PPDMAUDIOSTREAMCFG pCfgHost,
Note:
See TracChangeset
for help on using the changeset viewer.