mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 01:04:06 +02:00
didn't commit for some reason
This commit is contained in:
parent
c9b6879ca8
commit
fe70c1f49a
1 changed files with 2 additions and 3 deletions
|
@ -12,13 +12,12 @@
|
|||
#ifndef hifi_AudioStreamStats_h
|
||||
#define hifi_AudioStreamStats_h
|
||||
|
||||
#include "PositionalAudioRingBuffer.h"
|
||||
#include "SequenceNumberStats.h"
|
||||
|
||||
class AudioStreamStats {
|
||||
public:
|
||||
AudioStreamStats()
|
||||
: _streamType(PositionalAudioRingBuffer::Microphone),
|
||||
: _streamType(-1),
|
||||
_streamIdentifier(),
|
||||
_timeGapMin(0),
|
||||
_timeGapMax(0),
|
||||
|
@ -37,7 +36,7 @@ public:
|
|||
_packetStreamWindowStats()
|
||||
{}
|
||||
|
||||
PositionalAudioRingBuffer::Type _streamType;
|
||||
qint32 _streamType;
|
||||
QUuid _streamIdentifier;
|
||||
|
||||
quint64 _timeGapMin;
|
||||
|
|
Loading…
Reference in a new issue