VideoRecorder Class Reference

Helper class for recording the user camera to a video file. More...

#include <VideoRecorder.hh>

Inherits QWidget.

Signals

void RecordingChanged (bool _recording)
 Signal emitted when the recording state changes.
 
void RecordingStarted ()
 Signal emitted when a recording is started.
 
void RecordingStopped ()
 Signal emitted when a recording is stopped.
 

Public Member Functions

 VideoRecorder (QWidget *_parent=0)
 Constructor.
 
 ~VideoRecorder ()
 Destructor.
 

Detailed Description

Helper class for recording the user camera to a video file.

Constructor & Destructor Documentation

◆ VideoRecorder()

VideoRecorder ( QWidget * _parent = 0)
explicit

Constructor.

Parameters
[in]_parentParent Widget

◆ ~VideoRecorder()

Destructor.

Member Function Documentation

◆ RecordingChanged

void RecordingChanged ( bool _recording)
signal

Signal emitted when the recording state changes.

Parameters
[out]_recordingTrue if recording is enabled, false otherwise.

◆ RecordingStarted

void RecordingStarted ( )
signal

Signal emitted when a recording is started.

◆ RecordingStopped

void RecordingStopped ( )
signal

Signal emitted when a recording is stopped.


The documentation for this class was generated from the following file: