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

SDL_PauseAudio?

SDL_PauseAudio?

NAME SYNOPSIS DESCRIPTION SEE ALSO


NAME

SDL_PauseAudio?- Pauses and unpauses the audio callback processing

SYNOPSIS

#include

void SDL_PauseAudio?(int pause_on);

DESCRIPTION

This function pauses and unpauses the audio callback processing. It should be called with pause_on=0 after opening the audio device to start playing sound. This is so you can safely initialize data for your callback function after opening the audio device. Silence will be written to the audio device during the pause.

SEE ALSO

SDL_GetAudioStatus?, 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.