Wiki Page Content

Results 1 - 10 of 10 results out of about 6839 pages. (2.44 seconds)

SDL_OpenAudioDevice . . . 4 matches
... = SDL_OpenAudioDevice = Use this function to open a specific audio device. <<TableOfContents()>> == Syntax == {{{#!highlight cpp SDL_AudioDeviceID SDL_OpenAudioDevice(const ch...

4.8k - rev: 26 (current) last modified: 2017-03-30 12:26:07

SDL_AudioSpec . . . 6 matches
...; want.callback = MyAudioCallback; // you wrote this function elsewhere. dev = SDL_OpenAudioDevice(NULL, 0, &want, &have, SDL_AUDIO_ALLOW_FORMAT_CHANGE); }}} == Remarks == This ...

4.4k - rev: 40 (current) last modified: 2019-05-15 14:14:25

SDL_CloseAudioDevice . . . 4 matches
...== Function Parameters == ||'''dev'''||an audio device previously opened with [[SDL_OpenAudioDevice]]()|| == Code Examples == {{{#!highlight cpp extern SDL_AudioSpec want; SDL_Au...

1.2k - rev: 6 (current) last modified: 2013-08-08 04:39:39

SDL_OpenAudio . . . 3 matches
...is a legacy means of opening the audio device. New programs might want to use [[SDL_OpenAudioDevice]]() instead. <<TableOfContents()>> == Syntax == {{{#!highlight cpp int SDL_Op...

2.8k - rev: 23 (current) last modified: 2018-10-01 10:02:23

SDL_GetNumAudioDevices . . . 3 matches
...e on the Internet, but it will still allow a specific host to be specified in [[SDL_OpenAudioDevice]](). In many common cases, when this function returns a value <= 0, it can sti...

2.1k - rev: 15 (current) last modified: 2016-05-14 22:17:17

SDL_PauseAudioDevice . . . 1 match
... pause_on) }}} == Function Parameters == ||'''dev'''||a device opened by [[SDL_OpenAudioDevice]]()|| ||'''pause_on'''||non-zero to pause, 0 to unpause|| == Code Examples == ...

1.8k - rev: 11 (current) last modified: 2015-12-19 22:22:30

SDL_LockAudioDevice . . . 1 match
...ipulated by these functions protects the audio callback function specified in [[SDL_OpenAudioDevice]](). During a [[SDL_LockAudioDevice]]()/[[SDL_UnlockAudioDevice]]() pair, you ...

2.4k - rev: 12 (current) last modified: 2015-01-09 23:01:58

SDL_GetAudioDeviceStatus . . . 1 match
...n Parameters == ||'''dev'''||the ID of an audio device previously opened with [[SDL_OpenAudioDevice]]()|| == Return Value == Returns the [[SDL_AudioStatus]] of the specified audi...

0.9k - rev: 7 (current) last modified: 2013-08-08 04:55:41

CategoryAudio . . . 1 match
...##master-page:CategoryTemplate ##master-date:Unknown-Date #format wiki #language en = Audio Device Management and Audio Playback = '''Include File(s):''' [[http://hg.libsdl.org/...

0.7k - rev: 13 (current) last modified: 2013-10-12 19:28:06

CategoryAPI . . . 1 match
...##master-page:CategoryTemplate ##master-date:Unknown-Date #format wiki #language en = SDL 2.0 API by Name = <<TableOfContents()>> == Hints == <<FullSearchCached(category:Catego...

0.5k - rev: 19 (current) last modified: 2013-08-10 05:04:50

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit