mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 20:31:29 +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
|
#ifndef hifi_AudioStreamStats_h
|
||||||
#define hifi_AudioStreamStats_h
|
#define hifi_AudioStreamStats_h
|
||||||
|
|
||||||
#include "PositionalAudioRingBuffer.h"
|
|
||||||
#include "SequenceNumberStats.h"
|
#include "SequenceNumberStats.h"
|
||||||
|
|
||||||
class AudioStreamStats {
|
class AudioStreamStats {
|
||||||
public:
|
public:
|
||||||
AudioStreamStats()
|
AudioStreamStats()
|
||||||
: _streamType(PositionalAudioRingBuffer::Microphone),
|
: _streamType(-1),
|
||||||
_streamIdentifier(),
|
_streamIdentifier(),
|
||||||
_timeGapMin(0),
|
_timeGapMin(0),
|
||||||
_timeGapMax(0),
|
_timeGapMax(0),
|
||||||
|
@ -37,7 +36,7 @@ public:
|
||||||
_packetStreamWindowStats()
|
_packetStreamWindowStats()
|
||||||
{}
|
{}
|
||||||
|
|
||||||
PositionalAudioRingBuffer::Type _streamType;
|
qint32 _streamType;
|
||||||
QUuid _streamIdentifier;
|
QUuid _streamIdentifier;
|
||||||
|
|
||||||
quint64 _timeGapMin;
|
quint64 _timeGapMin;
|
||||||
|
|
Loading…
Reference in a new issue