Go to the documentation of this file.
17 #ifndef __VISUALIZATION_COMMON_H__
18 #define __VISUALIZATION_COMMON_H__
43 void send_data (
int channels,
int size, int16_t *buf);
63 #define x_fetch_client(id) \
64 g_mutex_lock (vis->clientlock); \
65 c = get_client (id); \
67 xmms_error_set (err, XMMS_ERROR_INVAL, "invalid server-side identifier provided"); \
68 g_mutex_unlock (vis->clientlock); \
71 #define x_release_client() \
72 g_mutex_unlock (vis->clientlock);