1SDL_LockAudio(3)               SDL API Reference              SDL_LockAudio(3)
2
3
4

NAME

6       SDL_LockAudio - Lock out the callback function
7

SYNOPSIS

9       #include "SDL.h"
10
11       void SDL_LockAudio(void)
12

DESCRIPTION

14       The lock manipulated by these functions protects the callback function.
15       During a LockAudio period, you can  be  guaranteed  that  the  callback
16       function  is  not running. Do not call these from the callback function
17       or you will cause deadlock.
18

SEE ALSO

20       SDL_OpenAudio
21
22
23
24SDL                         Tue 11 Sep 2001, 22:58            SDL_LockAudio(3)
Impressum