|
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().
| GMutex* xmms_visualization_St::clientlock |
Definition at line 84 of file common.h.
Referenced by send_data(), and xmms_visualization_new().
| xmms_vis_client_t** xmms_visualization_St::clientv |
Definition at line 86 of file common.h.
Referenced by delete_client(), get_client(), and send_data().
| xmms_object_t xmms_visualization_St::object |
| xmms_output_t* xmms_visualization_St::output |
Definition at line 80 of file common.h.
Referenced by send_data(), and xmms_visualization_new().
| xmms_socket_t xmms_visualization_St::socket |
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().
1.8.2