Searched defs:rms_strm_def (Results 1 – 1 of 1) sorted by relevance
50 struct rms_strm_def { struct51 rms_word bufsize; /* Buffer size (in DSP words) */52 rms_word nbufs; /* Max number of bufs in stream */53 rms_word segid; /* Segment to allocate buffers */54 rms_word align; /* Alignment for allocated buffers */55 rms_word timeout; /* Timeout (msec) for blocking calls */56 char name[1]; /* Device Name (terminated by '\0') */