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 |
int32_t xmms_visualization_St::clientc |
Definition at line 85 of file common.h.
Referenced by delete_client(), get_client(), send_data(), and xmms_visualization_new().
Definition at line 84 of file common.h.
Referenced by send_data(), and xmms_visualization_new().
Definition at line 86 of file common.h.
Referenced by delete_client(), get_client(), and send_data().
Definition at line 80 of file common.h.
Referenced by send_data(), and xmms_visualization_new().
Definition at line 81 of file common.h.
Referenced by delete_client(), init_udp(), and xmms_visualization_new().
GIOChannel* xmms_visualization_St::socketio |
Definition at line 82 of file common.h.
Referenced by init_udp().