mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 09:35:40 +08:00
Change the interface to the FM networking.
This commit is contained in:
@@ -37,6 +37,8 @@ public:
|
||||
|
||||
virtual void enable(bool enabled);
|
||||
|
||||
virtual bool writeStart();
|
||||
|
||||
virtual bool writeData(const float* in, unsigned int nIn);
|
||||
|
||||
virtual bool writeEnd();
|
||||
@@ -58,12 +60,9 @@ private:
|
||||
bool m_debug;
|
||||
bool m_enabled;
|
||||
CRingBuffer<unsigned char> m_buffer;
|
||||
unsigned int m_seqNo;
|
||||
SRC_STATE* m_resampler;
|
||||
int m_error;
|
||||
int m_fd;
|
||||
|
||||
bool writeStart();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user