Changeset 76861 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jan 17, 2019 1:57:02 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmaudioifs.h
r76728 r76861 647 647 /** Pre-buffering size (in audio frames). Frames needed in buffer before the stream becomes active (pre buffering). 648 648 * The bigger this value is, the more latency for the stream will occur. 649 * 0 if not set / available by the backend. */649 * 0 if not set / available by the backend. UINT32_MAX if not defined (yet). */ 650 650 uint32_t cfPreBuf; 651 651 } Backend;
Note:
See TracChangeset
for help on using the changeset viewer.