录制视频线程
更多...
#include <RecordVideo.h>
|
void | sigUpdate (QImage img) |
|
void | sigStatusChanged (CFrmViewer::RecordVideoStatus status) |
|
void | sigError (int nRet, QString szText) |
|
|
virtual void | run () override |
|
录制视频线程
- 注解
- 当此线程退出后,会自动删除线程对象。
- 参见
- CRecordVideo
在文件 RecordVideo.h 第 28 行定义.
◆ CRecordVideoThread()
static Record Video Thread CRecordVideoThread::CRecordVideoThread |
( |
| ) |
|
|
explicit |
- 注解
- that the parent object pointer cannot be set here. If set the parent, the object is also deleted when the parent object (CConnecterThread) is destroyed. Because it is deleted when it is finished.
在文件 RecordVideo.cpp 第 9 行定义.
◆ run()
void CRecordVideoThread::run |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ SetFile()
int CRecordVideoThread::SetFile |
( |
const QString & |
szFile | ) |
|
◆ m_szFile
QString CRecordVideoThread::m_szFile |
|
private |
该类的文档由以下文件生成:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Client/RecordVideo.h
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Client/RecordVideo.cpp