Penguin
Note: You are viewing an old revision of this page. View the current version.

SDL_LockAudio?

SDL_LockAudio?

NAME SYNOPSIS DESCRIPTION SEE ALSO


NAME

SDL_LockAudio?- Lock out the callback function

SYNOPSIS

#include

void SDL_LockAudio?(void)

DESCRIPTION

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

SEE ALSO

SDL_OpenAudio?


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.