1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-24 11:04:10 -04:00

SDRdaemon plugin: report LZ4 compression status

This commit is contained in:
f4exb
2016-02-23 18:19:35 +01:00
parent 16c3e3e72f
commit 23750b10f6
6 changed files with 22 additions and 6 deletions
@@ -73,6 +73,7 @@ public:
bool isSync() const { return m_sync; }
bool isSyncLocked() const { return m_syncLock; }
uint32_t getFrameSize() const { return m_frameSize; }
bool isLz4Compressed() const { return m_lz4; }
static const int m_udpPayloadSize;
static const int m_sampleSize;