更新文件
This commit is contained in:
@@ -673,6 +673,11 @@ void VideoWidget::setHardware(const QString &hardware)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void VideoWidget::setTransport(const QString &transport)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
void VideoWidget::setSaveFile(bool saveFile)
|
void VideoWidget::setSaveFile(bool saveFile)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
@@ -275,6 +275,8 @@ public slots:
|
|||||||
void setCallback(bool callback);
|
void setCallback(bool callback);
|
||||||
//设置硬件解码器名称
|
//设置硬件解码器名称
|
||||||
void setHardware(const QString &hardware);
|
void setHardware(const QString &hardware);
|
||||||
|
//设置通信协议
|
||||||
|
void setTransport(const QString &transport);
|
||||||
|
|
||||||
//设置是否保存文件
|
//设置是否保存文件
|
||||||
void setSaveFile(bool saveFile);
|
void setSaveFile(bool saveFile);
|
||||||
|
|||||||
Reference in New Issue
Block a user