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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user