Changeset 91173 in vbox for trunk/src/VBox/Devices/Audio
- Timestamp:
- Sep 9, 2021 6:05:34 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Audio/DrvHostAudioPulseAudio.cpp
r91168 r91173 156 156 /** Internal byte offset. */ 157 157 uint64_t offInternal; 158 #ifdef LOG_ENABLED159 158 /** Creation timestamp (in microsecs) of stream playback / recording. */ 160 159 pa_usec_t tsStartUs; 161 160 /** Timestamp (in microsecs) when last read from / written to the stream. */ 162 161 pa_usec_t tsLastReadWrittenUs; 163 #endif164 162 /** Number of occurred audio data underflows. */ 165 163 uint32_t cUnderflows;
Note:
See TracChangeset
for help on using the changeset viewer.