| 1494 | } |
| 1495 | |
| 1496 | SDL_AudioDeviceID |
| 1497 | SDL_OpenAudioDevice(const char *device, int iscapture, |
| 1498 | const SDL_AudioSpec * desired, SDL_AudioSpec * obtained, |
| 1499 | int allowed_changes) |
| 1500 | { |
| 1501 | return open_audio_device(device, iscapture, desired, obtained, |
| 1502 | allowed_changes, 2); |
| 1503 | } |
| 1504 | |
| 1505 | SDL_AudioStatus |
| 1506 | SDL_GetAudioDeviceStatus(SDL_AudioDeviceID devid) |