equal
deleted
inserted
replaced
27 extern SDL_AudioFormat SDL_NextAudioFormat(void); |
27 extern SDL_AudioFormat SDL_NextAudioFormat(void); |
28 |
28 |
29 /* Function to calculate the size and silence for a SDL_AudioSpec */ |
29 /* Function to calculate the size and silence for a SDL_AudioSpec */ |
30 extern void SDL_CalculateAudioSpec(SDL_AudioSpec * spec); |
30 extern void SDL_CalculateAudioSpec(SDL_AudioSpec * spec); |
31 |
31 |
32 /* The actual mixing thread function */ |
|
33 extern int SDLCALL SDL_RunAudio(void *audiop); |
|
34 |
|
35 /* this is used internally to access some autogenerated code. */ |
32 /* this is used internally to access some autogenerated code. */ |
36 typedef struct |
33 typedef struct |
37 { |
34 { |
38 SDL_AudioFormat src_fmt; |
35 SDL_AudioFormat src_fmt; |
39 SDL_AudioFormat dst_fmt; |
36 SDL_AudioFormat dst_fmt; |