Mercurial > hg > beaglert
comparison include/BeagleRT.h @ 235:3d41a6fa1830
Merge
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Sun, 10 Apr 2016 04:08:06 +0200 |
parents | 18d03901f866 |
children | 048b7a4dc841 |
comparison
equal
deleted
inserted
replaced
216:869f5e703844 | 235:3d41a6fa1830 |
---|---|
269 * Flag that indicates when the audio will stop. Threads can poll this variable to indicate when | 269 * Flag that indicates when the audio will stop. Threads can poll this variable to indicate when |
270 * they should stop. Additionally, a program can set this to \c true | 270 * they should stop. Additionally, a program can set this to \c true |
271 * to indicate that audio processing should terminate. Calling BeagleRT_stopAudio() | 271 * to indicate that audio processing should terminate. Calling BeagleRT_stopAudio() |
272 * has the effect of setting this to \c true. | 272 * has the effect of setting this to \c true. |
273 */ | 273 */ |
274 extern bool gShouldStop; | 274 extern int gShouldStop; |
275 | 275 |
276 // *** User-defined render functions *** | 276 // *** User-defined render functions *** |
277 | 277 |
278 /** | 278 /** |
279 * \defgroup render User-defined render functions | 279 * \defgroup render User-defined render functions |