mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Enhanced description of snd_rawmidi_nonblock()
This commit is contained in:
parent
a577b0d7c1
commit
c39d1a665d
1 changed files with 3 additions and 0 deletions
|
|
@ -436,6 +436,9 @@ int snd_rawmidi_poll_descriptors_revents(snd_rawmidi_t *rawmidi, struct pollfd *
|
|||
* \param rawmidi RawMidi handle
|
||||
* \param nonblock 0 = block, 1 = nonblock mode
|
||||
* \return 0 on success otherwise a negative error code
|
||||
*
|
||||
* The nonblock mode cannot be used when the stream is in
|
||||
* #SND_RAWMIDI_APPEND state.
|
||||
*/
|
||||
int snd_rawmidi_nonblock(snd_rawmidi_t *rawmidi, int nonblock)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue