Lines Matching refs:stream
38 MIDI stream. The buffer size is tunable and drivers report underruns for incoming
39 stream as well.
400 * \brief get stream (direction) of RawMidi handle
402 * \return stream of RawMidi handle
404 * Returns the stream #snd_rawmidi_stream_t of given RawMidi handle.
409 return rawmidi->stream;
435 pfds->events = rawmidi->stream == SND_RAWMIDI_STREAM_OUTPUT ? (POLLOUT|POLLERR|POLLNVAL) : (POLLIN|POLLERR|POLLNVAL);
465 * The nonblock mode cannot be used when the stream is in
555 * \brief get rawmidi stream identification
557 * \return rawmidi stream identification
562 return info->stream;
665 * \brief set rawmidi stream identifier
667 * \param val rawmidi stream identifier
672 info->stream = val;
857 (rawmidi->version < SNDRV_PROTOCOL_VERSION(2, 0, 2) || rawmidi->stream != SND_RAWMIDI_STREAM_INPUT))
897 (rawmidi->version < SNDRV_PROTOCOL_VERSION(2, 0, 2) || rawmidi->stream != SND_RAWMIDI_STREAM_INPUT))
916 * \brief set parameters about rawmidi stream
937 * \brief get current parameters about rawmidi stream
1037 * \brief get status of rawmidi stream
1075 * \brief write MIDI bytes to MIDI stream
1083 assert(rawmidi->stream == SND_RAWMIDI_STREAM_OUTPUT);
1089 * \brief read MIDI bytes from MIDI stream
1098 assert(rawmidi->stream == SND_RAWMIDI_STREAM_INPUT);
1106 * \brief read MIDI bytes from MIDI stream with timestamp
1116 assert(rawmidi->stream == SND_RAWMIDI_STREAM_INPUT);