Ref T730, changes for input sample buffer tests

This commit is contained in:
Klaus Basan
2019-09-23 00:29:24 +02:00
committed by Mat Sutcliffe
parent 6b19ed665e
commit dc5cc4c7b0
2 changed files with 18 additions and 8 deletions

View File

@@ -53,6 +53,7 @@ namespace BlackCore
private:
static constexpr qint64 frameSize = 960;
qint64 m_lastFrameSent = -1;
QByteArray m_buffer;
int m_timerId = 0;
};