Lines Matching full:callback
141 data passed to the callback function will be guaranteed to be in the
226 >callback</I
243 > in your code. The callback prototype is:
246 >void callback(void *userdata, Uint8 *stream, int len);</PRE
287 >callback</TT
412 >callback</I
430 >/* Prototype of our callback function */
455 /* Our callback function */
456 desired->callback=my_audio_callback;
470 /* Prepare callback for playing */