|
⇤ ← Revision 1 as of 2009-12-12 20:38:13
Size: 498
Comment: create page, add content
|
Size: 478
Comment: content changed
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| An enumeration that gets the current audio state. | An enumeration of audio device states. |
| Line 10: | Line 10: |
| ||SDL_AUDIO_STOPPED||= 0|| ||SDL_AUDIO_PLAYING|||| ||SDL_AUDIO_PAUSED|||| |
||SDL_AUDIO_STOPPED|| ||SDL_AUDIO_PLAYING|| ||SDL_AUDIO_PAUSED|| |
SDL_AudioStatus
An enumeration of audio device states.
Values
SDL_AUDIO_STOPPED |
SDL_AUDIO_PLAYING |
SDL_AUDIO_PAUSED |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
