Changeset 68303 in vbox for trunk/src/VBox
- Timestamp:
- Aug 4, 2017 3:09:31 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostPulseAudio.cpp
r68302 r68303 539 539 /* For using pa_stream_get_latency() and pa_stream_get_time(). */ 540 540 flags |= PA_STREAM_INTERPOLATE_TIMING | PA_STREAM_AUTO_TIMING_UPDATE; 541 542 /* No input/output right away after the stream was started. */ 543 flags |= PA_STREAM_START_CORKED; 541 544 542 545 if (fIn)
Note:
See TracChangeset
for help on using the changeset viewer.