2 Star 7 Fork 4

Albert/RtspToRtmp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
configure.h 1.03 KB
一键复制 编辑 原始数据 按行查看 历史
Albert 提交于 2020-06-11 10:44 . 界面美化,调优
#ifndef CONFIGURE_H
#define CONFIGURE_H
#include <QObject>
class Configure : public QObject
{
Q_OBJECT
private:
explicit Configure(QObject *parent = nullptr);
public:
static Configure *getObject();
QString getRtsp();
QString getRtmp();
QString getPostUrl();
QString getGetUrl();
QString getGet2Url();
bool getHlsBoth();
QString getHlsGroup();
int getHlsPort();
bool getHlsHttps();
bool getRtspConnectType();
int getPostID();
QString getGetKey();
QString getGet2Key();
void setRtsp(QString url);
void setRtmp(QString url);
void setPostUrl(QString url);
void setGetUrl(QString url);
void setGet2Url(QString url);
void setHlsBoth(bool ok);
void setHlsGroup(QString group);
void setHlsPort(int port);
void setHlsHttps(bool ok);
void setRtspConnectType(bool type);
void setPostID(int id);
void setGetKey(QString key);
void setGet2Key(QString key);
protected:
void initSettingFile();
// bool checkStrin
};
#endif // CONFIGURE_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zuozl1992/RtspToRtmp.git
[email protected]:zuozl1992/RtspToRtmp.git
zuozl1992
RtspToRtmp
RtspToRtmp
master

搜索帮助