Frontend class that reads sound data from JACK server. More...
#include <JackFrontend.h>
Public Member Functions | |
| JackFrontend (bool connect, const char *leftInputName, const char *rightInputName) | |
| Constructor. | |
| virtual | ~JackFrontend () |
| Destructor. | |
| virtual void | run () |
Public Member Functions inherited from Frontend | |
| void | setBackend (Ref< Backend > backend) |
| virtual void | stop () |
Additional Inherited Members | |
Protected Member Functions inherited from Frontend | |
| void | startStream () |
| void | endStream () |
| void | process (const vector< Complex > &data) |
Protected Attributes inherited from Frontend | |
| Ref< Backend > | backend_ |
| StreamInfo | streamInfo_ |
| DataInfo | dataInfo_ |
| bool | stopping_ |
Frontend class that reads sound data from JACK server.


1.8.4