Source position: rawmidi.inc line 65
type snd_rawmidi_stream_t = (
SND_RAWMIDI_STREAM_OUTPUT = 0,
SND_RAWMIDI_STREAM_INPUT,
SND_RAWMIDI_STREAM_LAST = SND_RAWMIDI_STREAM_INPUT
);