Browse Source

[doc] callback return value in \return field

tags/5.1.0
Stephen Sinclair 6 years ago
parent
commit
4ea20ca26f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      RtAudio.h

+ 1
- 0
RtAudio.h View File

@@ -193,6 +193,7 @@ static const RtAudioStreamStatus RTAUDIO_OUTPUT_UNDERFLOW = 0x2; // The output
\param userData A pointer to optional data provided by the client
when opening the stream (default = NULL).

\return
To continue normal stream operation, the RtAudioCallback function
should return a value of zero. To stop the stream and drain the
output buffer, the function should return a value of one. To abort


Loading…
Cancel
Save