1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

Remote input buffer size rework: dynamically allocated number of decoder slots. Implements #534

This commit is contained in:
f4exb
2020-06-28 08:17:39 +02:00
parent 385d8cc2db
commit 206eaff050
4 changed files with 24 additions and 1 deletions
@@ -37,6 +37,8 @@ public:
// Sizing
void setNbDecoderSlots(int nbDecoderSlots);
static int getBufferFrameSize() { return sizeof(BufferFrame); }
void setBufferLenSec(const RemoteMetaDataFEC& metaData);
// R/W operations
void writeData(char *array); //!< Write data into buffer.