Windows PowerShell command on Get-command SDL_PauseAudio
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man SDL_PauseAudio

SDL API Reference SDL_PauseAudio(3)

NAME

SDL_PauseAudio - Pauses and unpauses the audio callback pro-

cessing

SYNOPSIS

#include "SDL.h"

void SDL_PauseAudio(int pause_on);

DESCRIPTION

This function pauses and unpauses the audio callback pro-

cessing. 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 Last change: Tue 11 Sep 2001, 22:58 1




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™