16 Star 35 Fork 15

广州灵派科技有限公司 / Encoder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ChannelMix.h 542 Bytes
一键复制 编辑 原始数据 按行查看 历史
wangc 提交于 2023-03-13 10:32 . 20230313
#ifndef CHANNELMIX_H
#define CHANNELMIX_H
#include "Channel.h"
class ChannelMix : public Channel
{
Q_OBJECT
public:
explicit ChannelMix(QObject *parent = 0);
virtual void init(QVariantMap cfg);
virtual void updateConfig(QVariantMap cfg);
QList<int> curAList;
LinkObject *outputV;
LinkObject *outputV2;
LinkObject *outputA;
LinkObject *outputA2;
LinkObject *lastSrcV;
LinkObject *lastSrcV2;
LinkObject *lastSrcA;
LinkObject *lastSrcA2;
signals:
public slots:
};
#endif // CHANNELMIX_H
C/C++
1
https://gitee.com/LinkPi/Encoder.git
git@gitee.com:LinkPi/Encoder.git
LinkPi
Encoder
Encoder
master

搜索帮助