Mercurial > sdl-ios-xcode
comparison src/audio/SDL_sysaudio.h @ 2666:e12ccc6c9576 gsoc2008_audio_resampling
Implemented streamer code in SDL_RunAudio() but have not tested it.
author | Aaron Wishnick <schnarf@gmail.com> |
---|---|
date | Wed, 13 Aug 2008 02:50:10 +0000 |
parents | f39a056aec8b |
children |
comparison
equal
deleted
inserted
replaced
2665:f39a056aec8b | 2666:e12ccc6c9576 |
---|---|
66 const char *desc; | 66 const char *desc; |
67 | 67 |
68 SDL_AudioDriverImpl impl; | 68 SDL_AudioDriverImpl impl; |
69 } SDL_AudioDriver; | 69 } SDL_AudioDriver; |
70 | 70 |
71 | |
71 /* Streamer */ | 72 /* Streamer */ |
72 typedef struct | 73 typedef struct |
73 { | 74 { |
74 Uint8 *buffer; | 75 Uint8 *buffer; |
75 int max_len; /* the maximum length in bytes */ | 76 int max_len; /* the maximum length in bytes */ |