Home | History | Annotate | Download | only in include

Lines Matching defs:server

19 /* default port for the EsounD server */
22 /* default sample rate for the EsounD server */
49 ESD_PROTO_SAMPLE_CACHE, /* cache a sample in the server */
50 ESD_PROTO_SAMPLE_FREE, /* release a sample in the server */
65 ESD_PROTO_SERVER_INFO, /* get server info (ver, sample rate, format) */
66 ESD_PROTO_ALL_INFO, /* get all info (server info, players, samples) */
75 ESD_PROTO_STANDBY_MODE, /* see if server is in standby, autostandby, etc */
128 /* server = listen socket (localhost:5001, 192.168.168.0:9999 */
159 /* cache a sample in the server returns sample id, < 0 = error */
167 /* uncache a sample in the server */
196 /* structures to retrieve information about streams/samples from the server */
199 int version; /* server version encoded as an int */
208 esd_server_info_t *server; /* the server that contains this stream */
223 esd_server_info_t *server; /* the server that contains this sample */
238 esd_server_info_t *server;
266 /* print server into to stdout */
273 /* retrieve server properties (sample rate, format, version number) */
275 /* release all memory allocated for the server properties structure */
278 /* retrieve all information from server */
281 /* retrieve all information from server, and update until unsubsribed or closed */
301 /* see if the server is in stnaby, autostandby, etc */