centos man page for sdl_pauseaudio

Query: sdl_pauseaudio

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SDL_PauseAudio(3)						 SDL API Reference						 SDL_PauseAudio(3)

NAME
SDL_PauseAudio - Pauses and unpauses the audio callback processing
SYNOPSIS
#include "SDL.h" 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
SDL
Tue 11 Sep 2001, 22:58 SDL_PauseAudio(3)
Related Man Pages
sdl_audiospec(3) - opensolaris
sdl_loadwav(3) - opensolaris
sdl_openaudio(3) - centos
sdl::audio(3pm) - debian
sdl::mixer::channels(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Weird 'find' results
How to increment version inside a file?
Docker learning Phase-I
Please Welcome Dave Munro to the Moderator Team!