Go to the documentation of this file.
29 #ifndef JACKCTL_H__2EEDAD78_DF4C_4B26_83B7_4FF1A446A47E__INCLUDED
30 #define JACKCTL_H__2EEDAD78_DF4C_4B26_83B7_4FF1A446A47E__INCLUDED
33 #include <jack/jslist.h>
35 #if !defined(sun) && !defined(__sun__)
57 #define JACK_PARAM_MAX (JackParamBool + 1)
60 #define JACK_PARAM_STRING_MAX 127
134 bool (* on_device_acquire)( const char * device_name),
135 void (* on_device_release)( const char * device_name));
|