Provides buttons for starting and stopping video recording.
More...
#include <VideoRecorder.hh>
|
void | OnCancel () |
| Callback when user cancels saving the recorded video. More...
|
|
void | OnSave (const QString &_url) |
| Callback when user selects a path to save the recorded video. More...
|
|
void | OnStart (const QString &_format) |
| Callback when video record start request is received. More...
|
|
void | OnStop () |
| Callback when video record stop request is received. More...
|
|
Provides buttons for starting and stopping video recording.
◆ VideoRecorder()
◆ ~VideoRecorder()
◆ LoadConfig()
void LoadConfig |
( |
const tinyxml2::XMLElement * |
_pluginElem | ) |
|
|
override |
◆ OnCancel
Callback when user cancels saving the recorded video.
◆ OnSave
void OnSave |
( |
const QString & |
_url | ) |
|
|
slot |
Callback when user selects a path to save the recorded video.
- Parameters
-
[in] | _url | Path of the file to save the recorded video |
◆ OnStart
void OnStart |
( |
const QString & |
_format | ) |
|
|
slot |
Callback when video record start request is received.
- Parameters
-
[in] | _format | Video encoding format |
◆ OnStop
Callback when video record stop request is received.
The documentation for this class was generated from the following file: