更新文件

master
feiyangqingyun 2020-11-20 09:21:00 +08:00
parent 93681f24ea
commit d494172efc
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);