5 Star 17 Fork 4

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

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Encoder.h 466 Bytes
一键复制 编辑 原始数据 按行查看 历史
zc 提交于 2025-08-13 09:48 +08:00 . jsonrpc
#ifndef ENCODER_H
#define ENCODER_H
#include <QObject>
#include "Link.h"
#include "JsonRPCServer.h"
class Encoder : public QObject
{
Q_OBJECT
public:
explicit Encoder(QObject *parent = 0);
void init();
private:
JsonRPCServer *rpcServer;
LinkObject *vi,*ai;
LinkObject *encV,*encA;
LinkObject *rtmp,*rtsp,*rtspServer;
signals:
public slots:
QVariantMap getInputState();
bool setConfig(QVariantMap data);
};
#endif // ENCODER_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/LinkPi/Example.git
git@gitee.com:LinkPi/Example.git
LinkPi
Example
Example
master

搜索帮助