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 |
Definition at line 36 of file common.h.
Referenced by write_udp(), and write_shm().
Definition at line 37 of file common.h.
Referenced by write_udp(), and write_shm().
Definition at line 32 of file common.h.
Referenced by delete_client(), and init_shm().
union { ... } xmms_vis_client_t::transport |
Referenced by delete_client(), init_udp(), and init_shm().
Definition at line 35 of file common.h.
Referenced by delete_client(), init_udp(), and init_shm().
Definition at line 33 of file common.h.
Referenced by delete_client(), and init_udp().