更新文件

This commit is contained in:
feiyangqingyun
2020-11-20 09:20:25 +08:00
parent 2ec313f8fe
commit e8eb0dcba1
2 changed files with 7 additions and 0 deletions

View File

@@ -673,6 +673,11 @@ void VideoWidget::setHardware(const QString &hardware)
}
void VideoWidget::setTransport(const QString &transport)
{
}
void VideoWidget::setSaveFile(bool saveFile)
{

View File

@@ -275,6 +275,8 @@ public slots:
void setCallback(bool callback);
//设置硬件解码器名称
void setHardware(const QString &hardware);
//设置通信协议
void setTransport(const QString &transport);
//设置是否保存文件
void setSaveFile(bool saveFile);