|
Rabbit Remote Control 0.1.0-bate14
|
Record video to file. More...
#include <RecordVideo.h>


Public Slots | |
| int | Start (const QString &szFile) |
| int | Stop () |
| void | slotUpdate (QImage img) |
Signals | |
| void | sigStatusChanged (CFrmViewer::RecordVideoStatus status) |
| void | sigError (int nRet, QString szText) |
Public Member Functions | |
| CRecordVideo (QObject *parent=nullptr) | |
Private Attributes | |
| QMediaCaptureSession | m_CaptureSession |
| QMediaRecorder | m_Recorder |
| QVideoFrameInput | m_VideoFrameInput |
| QAudioBufferInput | m_AudioBufferInput |
| CParameterRecord | m_Parameter |
Record video to file.
Definition at line 50 of file RecordVideo.h.
|
explicit |
Definition at line 62 of file RecordVideo.cpp.
|
slot |
Definition at line 107 of file RecordVideo.cpp.
|
slot |
Definition at line 77 of file RecordVideo.cpp.
|
slot |
Definition at line 93 of file RecordVideo.cpp.
|
private |
Definition at line 70 of file RecordVideo.h.
|
private |
Definition at line 67 of file RecordVideo.h.
|
private |
Definition at line 71 of file RecordVideo.h.
|
private |
Definition at line 68 of file RecordVideo.h.
|
private |
Definition at line 69 of file RecordVideo.h.