Rechercher une page de manuel
snd_rawmidi_transmit
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
snd_rawmidi_transmit - copy from the buffer to the deviceSYNOPSIS
- int snd_rawmidi_transmit(struct snd_rawmidi_substream * substream, unsigned char * buffer, int count);
ARGUMENTS
substream
- the rawmidi substream
buffer
- the buffer pointer
count
- the data size to transfer
DESCRIPTION
Copies data from the buffer to the device and advances the pointer.
Returns the copied size if successful, or a negative error code on failure.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre