simple_client.c File Reference

This simple client demonstrates the basic features of JACK as they would be used by many applications. More...

#include <stdio.h>
#include <errno.h>
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <jack/jack.h>

Functions

int process (jack_nframes_t nframes, void *arg)
void jack_shutdown (void *arg)
int main (int argc, char *argv[])

Variables

jack_port_t * input_port
jack_port_t * output_port
jack_client_t * client


Detailed Description

This simple client demonstrates the basic features of JACK as they would be used by many applications.


Function Documentation

void jack_shutdown (  void *  arg  ) 
 

This is the shutdown callback for this JACK application. It is called by JACK if the server ever shuts down or decides to disconnect the client.

int main (  int  argc,
char *  argv[]
) 
 

int process (  jack_nframes_t  nframes,
void *  arg
) 
 

The process callback for this JACK application. It is called by JACK at the appropriate times.


Variable Documentation

jack_client_t* client
 

jack_port_t* input_port
 

jack_port_t* output_port
 


Generated on Sun Feb 20 19:21:33 2005 for JACK-AUDIO-CONNECTION-KIT by  doxygen 1.4.1