![]() |
Public API Reference |
#include <movierecorder.h>
Inheritance diagram for iMovieRecorder:
Public Methods | |
virtual void | Start (void)=0 |
Start recording using the settings in the configuration system. More... | |
virtual void | Stop (void)=0 |
Stop recording if a recording is in progress. More... | |
virtual bool | IsRecording (void) const=0 |
Are we recording? More... | |
virtual void | Pause (void)=0 |
Pause an in-progress recording. More... | |
virtual void | UnPause (void)=0 |
Resume an in-progress recording. More... | |
virtual bool | IsPaused (void) const=0 |
Is the recording paused? More... |
This allows changing or disabling the hotkey bindings, changing the video parameters, and programmatically starting and stopping the recorder.
Definition at line 36 of file movierecorder.h.
|
Is the recording paused?
|
|
Are we recording?
|
|
Pause an in-progress recording.
|
|
Start recording using the settings in the configuration system.
|
|
Stop recording if a recording is in progress.
|
|
Resume an in-progress recording.
|