.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "SND_RAWMIDI_TRANSMIT" "" "06 October 2005" "" ""
.SH NAME
snd_rawmidi_transmit \- copy from the buffer to the device
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int snd_rawmidi_transmit (snd_rawmidi_substream_t * \fIsubstream\fB, unsigned char * \fIbuffer\fB, int \fIcount\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsubstream\fB\fR
the rawmidi substream
.TP
\fB\fIbuffer\fB\fR
-- undescribed --
.TP
\fB\fIcount\fB\fR
the data size to transfer
.SH "DESCRIPTION"
.PP
Copies data from the buffer to the device and advances the pointer.
.PP
Returns the copied size if successful, or a negative error code on failure.