XMMS2
|
The structures for a vis client. More...
#include <common.h>
Data Fields | |
union { | |
xmmsc_vis_unixshm_t shm | |
xmmsc_vis_udp_t udp | |
} | transport |
xmmsc_vis_transport_t | type |
unsigned short | format |
xmmsc_vis_properties_t | prop |
The structures for a vis client.
unsigned short xmms_vis_client_t::format |
Referenced by write_shm(), and write_udp().
xmmsc_vis_properties_t xmms_vis_client_t::prop |
Referenced by write_shm(), and write_udp().
xmmsc_vis_unixshm_t xmms_vis_client_t::shm |
Referenced by delete_client(), and init_shm().
union { ... } xmms_vis_client_t::transport |
Referenced by delete_client(), init_shm(), and init_udp().
xmmsc_vis_transport_t xmms_vis_client_t::type |
Referenced by delete_client(), init_shm(), and init_udp().
xmmsc_vis_udp_t xmms_vis_client_t::udp |
Referenced by delete_client(), and init_udp().