mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Change the interface to the FM networking.
This commit is contained in:
@@ -30,6 +30,8 @@ public:
|
||||
|
||||
virtual void enable(bool enabled) = 0;
|
||||
|
||||
virtual bool writeStart() = 0;
|
||||
|
||||
virtual bool writeData(const float* data, unsigned int nSamples) = 0;
|
||||
|
||||
virtual bool writeEnd() = 0;
|
||||
|
||||
Reference in New Issue
Block a user