Encapsulation of all recording feature without GUI link. The recorder inherits from Thread to manage IO recording feature and non RT activities.
More...
#include <recorder.h>
List of all members.
Signals |
void | statusChanged () |
Public Member Functions |
| Recorder (QString jackName) |
int | jackProcess (jack_nframes_t nframes) |
int | jackSync (jack_transport_state_t state, jack_position_t *pos) |
void | jackPortReg (jack_port_id_t port_id, int reg) |
void | jackShutdown () |
QString | getJackConnections1 () |
QString | getJackConnections2 () |
void | setJackConnections1 (QString cnxLine) |
void | setJackConnections2 (QString cnxLine) |
QString | getJackName () |
bool | isShutdown () |
void | setRecording (bool value) |
bool | isRecording () |
bool | isPaused () |
void | setPauseActivationDelay (int secs) |
int | getPauseActivationDelay () |
void | setSplitMode (bool split) |
bool | isSplitMode () |
QString | getCurrentFilePath () |
QString | getProcessFilePath () |
void | setProcessCmdLine (QString cmdLine) |
QString | getProcessCmdLine () |
int | getDiskSpace () |
int | getOverruns () |
void | setPauseLevel (float level) |
float | getPauseLevel () |
float | getLeftLevel () |
float | getRightLevel () |
Protected Member Functions |
void | run () |
bool | isFile () |
bool | isPauseLevel () |
void | setShutdown (bool value) |
Detailed Description
Encapsulation of all recording feature without GUI link. The recorder inherits from Thread to manage IO recording feature and non RT activities.
The documentation for this class was generated from the following files: