Wiki Page Content

Differences between revisions 4 and 5
Revision 4 as of 2009-11-19 06:18:02
Size: 788
Editor: SheenaSmith
Comment: content added
Revision 5 as of 2009-11-24 21:33:23
Size: 832
Editor: SheenaSmith
Comment: add categories
Deletions are marked like this. Additions are marked like this.
Line 30: Line 30:

----
[[CategoryAPI]], [[CategoryAudio]]

SDL_UnlockAudio

Use this function to unlock the audio callback function.

Syntax

void SDL_UnlockAudio(void)

Code Examples

You can add your code example here

Remarks

Unlocks a previous SDL_LockAudio() call.

The lock manipulated by these functions protects the callback function. During a SDL_LockAudio()/SDL_UnlockAudio() pair, you can be guaranteed that the callback function for the default audio device is not running.

Do not call these from the callback function or you will cause deadlock.


CategoryAPI, CategoryAudio

None: SDL_UnlockAudio (last edited 2015-01-09 23:02:23 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit