The CMultimediaRecordThread class
更多...
#include <MultimediaRecord.h>
|
| virtual void | run () override |
| |
The CMultimediaRecordThread class
Must use pointer. eg:
- New object:
- Start thread:
if(pThread)
pThread->start();
- Stop thread.
- 注解
- It automatically releases memory when exiting.
- To stop a thread, you must use slotQuit(), and cannot use quit().
在文件 MultimediaRecord.h 第 86 行定义.
◆ CMultimediaRecordThread()
| CMultimediaRecordThread::CMultimediaRecordThread |
( |
CParameterWebBrowser * |
pPara, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
|
explicit |
◆ ~CMultimediaRecordThread()
| CMultimediaRecordThread::~CMultimediaRecordThread |
( |
| ) |
|
◆ run()
| void CMultimediaRecordThread::run |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ slotQuit
| void CMultimediaRecordThread::slotQuit |
( |
| ) |
|
|
slot |
◆ slotUpdateVideoFrame
| void CMultimediaRecordThread::slotUpdateVideoFrame |
( |
const QImage |
image | ) |
|
|
slot |
◆ m_pPara
◆ m_pRecord
该类的文档由以下文件生成:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/WebBrowser/MultimediaRecord.h
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Plugins/WebBrowser/MultimediaRecord.cpp