Public Member Functions

Jack Class Reference

List of all members.

Public Member Functions

int process (jack_nframes_t nframes)
 Jack Process.
int execute (const char *)
 Jack Execute.
int activate ()
 Jack Activate.
int connectPorts ()
 Jack Connect Ports.
void freePorts ()
 Jack Free Ports.
int kill ()
 Jack Kill.

Member Function Documentation

int Jack::activate ( )

Jack Activate.

Simply tells Jack to activate the provided client

int Jack::connectPorts ( )

Jack Connect Ports.

Check if there are availible physical and virtual ports, connects the ports to each other

int Jack::execute ( const char *  titleString)

Jack Execute.

Creates the required audio sample pointers and ports, sets the process callback

void Jack::freePorts ( )

Jack Free Ports.

Frees up the ports

int Jack::kill ( )

Jack Kill.

Stops (kills) the Jack client

int Jack::process ( jack_nframes_t  nframes)

Jack Process.

This function gets called when there is data to process. Uses the anonymous member function Jack_Process_Callback()


The documentation for this class was generated from the following files:
 All Classes Functions