Record video thread.
More...
#include <RecordVideo.h>
|
void | sigUpdate (QImage img) |
|
void | sigStatusChanged (CFrmViewer::RecordVideoStatus status) |
|
void | sigError (int nRet, QString szText) |
|
|
virtual void | run () override |
|
Record video thread.
- Note
- When the thread finished, the thread will be deleted.
- See also
- CRecordVideo
Definition at line 28 of file RecordVideo.h.
◆ CRecordVideoThread()
static Record Video Thread CRecordVideoThread::CRecordVideoThread |
( |
| ) |
|
|
explicit |
- Note
- 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.
Definition at line 9 of file RecordVideo.cpp.
◆ run()
void CRecordVideoThread::run |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ SetFile()
int CRecordVideoThread::SetFile |
( |
const QString & |
szFile | ) |
|
◆ m_szFile
QString CRecordVideoThread::m_szFile |
|
private |
The documentation for this class was generated from the following files:
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Client/RecordVideo.h
- /home/runner/work/RabbitRemoteControl/RabbitRemoteControl/Client/RecordVideo.cpp