#include <jezabeljackdriver.h>
Inheritance diagram for JezabelJackDriver::
Public Methods | |
JezabelJackDriver (jack_client_t *jack_client) | |
virtual void | setTool (JezabelTool *tool) |
virtual void | start (JezabelPosition max=JezabelLengthMax) |
virtual void | stop () |
|
Constructor. Takes a Jack client as argument. |
|
Set the tool associated with this driver. This may be called more than once, and may be called the driver is running. Reimplemented from JezabelDriver. |
|
Begin processing samples asynchronously, up to "max" samples or end-of-stream. Reimplemented from JezabelDriver. |
|
Stop running the driver asynchronously. Reimplemented from JezabelDriver. |