Lines Matching full:stream
25 /* maximum length of a stream/sample name */
43 /* stream functionality: play, record, monitor */
44 ESD_PROTO_STREAM_PLAY, /* play all following data as a stream */
45 ESD_PROTO_STREAM_REC, /* record data from card as a stream */
46 ESD_PROTO_STREAM_MON, /* send mixed buffer output as a stream */
62 ESD_PROTO_STREAM_FILT, /* filter mixed buffer output as a stream */
71 ESD_PROTO_STREAM_PAN, /* set stream panning */
89 /* bits of stream/sample data */
99 /* whether it's a stream or a sample */
105 /* the function of the stream/sample, and common functions */
129 /* rate, format = (bits | channels | stream | func) */
143 /* open a socket for playing, monitoring, or recording as a stream */
183 /* get the stream latency to esound (latency is number of samples */
186 /* so if you're at 44.1khz stereo 16bit in your stream - your lag */
188 /* if your stream is at 22.05 Khz it'll be double this - in mono */
208 esd_server_info_t *server; /* the server that contains this stream */
210 int source_id; /* either a stream fd or sample id */
211 char name[ ESD_NAME_MAX ]; /* name of stream for remote control */
225 int sample_id; /* either a stream fd or sample id */
226 char name[ ESD_NAME_MAX ]; /* name of stream for remote control */
250 /* what to do when a stream connects, or sample is played */
252 /* what to do when a stream disconnects, or sample stops playing */
293 /* reset the volume panning for a stream */