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. More...
 
void RecordingStarted ()
 Signal emitted when a recording is started. More...
 
void RecordingStopped ()
 Signal emitted when a recording is stopped. More...
 

Public Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

VideoRecorder ( QWidget *  _parent = 0)
explicit

Constructor.

Parameters
[in]_parentParent Widget

Destructor.

Member Function Documentation

void RecordingChanged ( bool  _recording)
signal

Signal emitted when the recording state changes.

Parameters
[out]_recordingTrue if recording is enabled, false otherwise.
void RecordingStarted ( )
signal

Signal emitted when a recording is started.

void RecordingStopped ( )
signal

Signal emitted when a recording is stopped.


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