comparison src/audio/arts/SDL_artsaudio.h @ 3812:35d1367020a3 SDL-ryan-multiple-audio-device

Updated arts driver for 1.3 audio API.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 06 Oct 2006 02:40:02 +0000
parents 9dc81c6acaf5
children
comparison
equal deleted inserted replaced
3811:d980c4dcad0f 3812:35d1367020a3
47 float frame_ticks; 47 float frame_ticks;
48 float next_frame; 48 float next_frame;
49 }; 49 };
50 #define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */ 50 #define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */
51 51
52 /* Old variable names */
53 #define stream (this->hidden->stream)
54 #define parent (this->hidden->parent)
55 #define mixbuf (this->hidden->mixbuf)
56 #define mixlen (this->hidden->mixlen)
57 #define frame_ticks (this->hidden->frame_ticks)
58 #define next_frame (this->hidden->next_frame)
59
60 #endif /* _SDL_artscaudio_h */ 52 #endif /* _SDL_artscaudio_h */
61 /* vi: set ts=4 sw=4 expandtab: */ 53 /* vi: set ts=4 sw=4 expandtab: */