Mercurial > sdl-ios-xcode
comparison test/testaudioinfo.c @ 3792:866c310e2cb5 SDL-ryan-multiple-audio-device
Changed some 1.3 audio symbol names.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 03 Oct 2006 22:17:59 +0000 |
parents | e2f68b579a01 |
children | 589bc3d060cd |
comparison
equal
deleted
inserted
replaced
3791:be33495e4d97 | 3792:866c310e2cb5 |
---|---|
10 else | 10 else |
11 { | 11 { |
12 int i; | 12 int i; |
13 printf("%s devices:\n", typestr); | 13 printf("%s devices:\n", typestr); |
14 for (i = 0; i < n; i++) { | 14 for (i = 0; i < n; i++) { |
15 printf(" %s\n", SDL_GetAudioDevice(i, iscapture)); | 15 printf(" %s\n", SDL_GetAudioDeviceName(i, iscapture)); |
16 } | 16 } |
17 printf("\n"); | 17 printf("\n"); |
18 } | 18 } |
19 } | 19 } |
20 | 20 |