view Plugins/Output/jack/jack.h @ 325:ea321d1dae48 trunk

[svn] JACKd output plugin via external contractor james@develia.org.
author nenolod
date Mon, 19 Dec 2005 08:58:27 -0800
parents
children 27d9eb18c7cf
line wrap: on
line source

#ifndef _JACK_H
#define _JACK_H

#include <glib.h>

void jack_configure(void);

typedef struct
{
    gboolean isTraceEnabled; /* if true we will print debug information to the console */
    char *port_connection_mode; /* the port connection mode setting */
} jackconfig;

void jack_set_port_connection_mode(); /* called by jack_init() and the 'ok' handler in configure.c */

#endif /* #ifndef _JACK_H */