From: Stephen Sinclair Date: Wed, 17 Apr 2019 11:51:14 +0000 (+0200) Subject: [doc] callback return value in \return field X-Git-Tag: 5.1.0~5 X-Git-Url: https://git.carlh.net/gitweb/?p=rtaudio.git;a=commitdiff_plain;h=4ea20ca26fae8f35401ee54cf526d892370aa1a0 [doc] callback return value in \return field --- diff --git a/RtAudio.h b/RtAudio.h index 4bb7554..8afc04d 100644 --- a/RtAudio.h +++ b/RtAudio.h @@ -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