Changeset 73355 in vbox
- Timestamp:
- Jul 25, 2018 3:48:31 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/AudioMixer.h
r73342 r73355 70 70 /** Last read (recording) / written (playback) timestamp (in ms). */ 71 71 uint64_t tsLastReadWrittenMs; 72 /** The stream's circular buffer for temporarily 72 /** The stream's circular buffer for temporarily 73 73 * holding (raw) device audio data. */ 74 74 PRTCIRCBUF pCircBuf;
Note:
See TracChangeset
for help on using the changeset viewer.