comparison src/audio/nas/SDL_nasaudio.h @ 3821:18393b045759 SDL-ryan-multiple-audio-device

Moved NAS audio driver to 1.3 API.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 07 Oct 2006 05:56:59 +0000
parents 9dc81c6acaf5
children
comparison
equal deleted inserted replaced
3820:1f156fd874fa 3821:18393b045759
44 { 44 {
45 AuServer *aud; 45 AuServer *aud;
46 AuFlowID flow; 46 AuFlowID flow;
47 AuDeviceID dev; 47 AuDeviceID dev;
48 48
49 /* The parent process id, to detect when application quits */
50 pid_t parent;
51
52 /* Raw mixing buffer */ 49 /* Raw mixing buffer */
53 Uint8 *mixbuf; 50 Uint8 *mixbuf;
54 int mixlen; 51 int mixlen;
55 52
56 int written; 53 int written;
58 int bps; 55 int bps;
59 struct timeval last_tv; 56 struct timeval last_tv;
60 int buf_free; 57 int buf_free;
61 }; 58 };
62 #endif /* _SDL_nasaudio_h */ 59 #endif /* _SDL_nasaudio_h */
60
63 /* vi: set ts=4 sw=4 expandtab: */ 61 /* vi: set ts=4 sw=4 expandtab: */