mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
mixer_module: create MixingOutput library and use in fmu
This should be a pure refactoring, no functional change.
This commit is contained in:
@@ -57,6 +57,15 @@ public:
|
||||
|
||||
virtual void Run() = 0;
|
||||
|
||||
/**
|
||||
* Switch to a different WorkQueue.
|
||||
* NOTE: Caller is responsible for synchronization.
|
||||
*
|
||||
* @param config The WorkQueue configuration (see WorkQueueManager.hpp).
|
||||
* @return true if initialization was successful
|
||||
*/
|
||||
bool ChangeWorkQeue(const wq_config_t &config) { return Init(config); }
|
||||
|
||||
protected:
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user