diff options
Diffstat (limited to 'src/MuxElements.h')
-rw-r--r-- | src/MuxElements.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/MuxElements.h b/src/MuxElements.h index ec79fdd..0f7e621 100644 --- a/src/MuxElements.h +++ b/src/MuxElements.h @@ -356,6 +356,9 @@ public: // Calculate subchannel size in number of uint64_t unsigned short getSizeDWord(void) const; + // Read from the input, using the correct buffer management + size_t readFrame(uint8_t *buffer, size_t size, std::time_t seconds, int utco, uint32_t tsta); + std::string uid; std::string inputUri; |