XMMS2
|
The structures for the vis module. More...
#include <common.h>
Data Fields | |
xmms_object_t | object |
xmms_output_t * | output |
xmms_socket_t | socket |
GIOChannel * | socketio |
GMutex * | clientlock |
int32_t | clientc |
xmms_vis_client_t ** | clientv |
The structures for the vis module.
int32_t xmms_visualization_St::clientc |
Definition at line 85 of file common.h.
Referenced by get_client(), delete_client(), xmms_visualization_new(), and send_data().
Definition at line 84 of file common.h.
Referenced by xmms_visualization_new(), and send_data().
Definition at line 86 of file common.h.
Referenced by get_client(), delete_client(), and send_data().
Definition at line 80 of file common.h.
Referenced by xmms_visualization_new(), and send_data().
Definition at line 81 of file common.h.
Referenced by delete_client(), xmms_visualization_new(), and init_udp().
GIOChannel* xmms_visualization_St::socketio |
Definition at line 82 of file common.h.
Referenced by init_udp().