Home | History | Annotate | Download | only in SDL

Lines Matching full:callback

62  * - 'desired->callback' should be set to a function that will be called
68 * - 'desired->userdata' is passed as the first parameter to your callback
88 * Once the callback returns, the buffer will no longer be valid.
91 void (SDLCALL *callback)(void *userdata, Uint8 *stream, int len);
165 * data passed to the callback function will be guaranteed to be in the
172 * for your audio callback function to be called. Since the audio driver
190 * This function pauses and unpauses the audio callback processing.
193 * data for your callback function after opening the audio device.
262 * The lock manipulated by these functions protects the callback function.
264 * callback function is not running. Do not call these from the callback