玉兔远程控制 0.1.0-bate11
载入中...
搜索中...
未找到
CRecordVideo类 参考

Record video to file 更多...

#include <RecordVideo.h>

类 CRecordVideo 继承关系图:
CRecordVideo 的协作图:

Public 槽

int Start (const QString &szFile)
int Stop ()
void slotUpdate (QImage img)

信号

void sigStatusChanged (CFrmViewer::RecordVideoStatus status)
void sigError (int nRet, QString szText)

Public 成员函数

 CRecordVideo (QObject *parent=nullptr)

Private 属性

QMediaCaptureSession m_CaptureSession
QMediaRecorder m_Recorder
QVideoFrameInput m_VideoFrameInput
QAudioBufferInput m_AudioBufferInput
CParameterRecord m_Parameter

详细描述

Record video to file

在文件 RecordVideo.h50 行定义.

构造及析构函数说明

◆ CRecordVideo()

CRecordVideo::CRecordVideo ( QObject * parent = nullptr)
explicit

在文件 RecordVideo.cpp62 行定义.

成员函数说明

◆ slotUpdate

void CRecordVideo::slotUpdate ( QImage img)
slot

在文件 RecordVideo.cpp107 行定义.

◆ Start

int CRecordVideo::Start ( const QString & szFile)
slot

在文件 RecordVideo.cpp77 行定义.

◆ Stop

int CRecordVideo::Stop ( )
slot

在文件 RecordVideo.cpp93 行定义.

类成员变量说明

◆ m_AudioBufferInput

QAudioBufferInput CRecordVideo::m_AudioBufferInput
private

在文件 RecordVideo.h70 行定义.

◆ m_CaptureSession

QMediaCaptureSession CRecordVideo::m_CaptureSession
private

在文件 RecordVideo.h67 行定义.

◆ m_Parameter

CParameterRecord CRecordVideo::m_Parameter
private

在文件 RecordVideo.h71 行定义.

◆ m_Recorder

QMediaRecorder CRecordVideo::m_Recorder
private

在文件 RecordVideo.h68 行定义.

◆ m_VideoFrameInput

QVideoFrameInput CRecordVideo::m_VideoFrameInput
private

在文件 RecordVideo.h69 行定义.


该类的文档由以下文件生成: