Mercurial > SDL_sound_CoreAudio
comparison SDL_sound_internal.h @ 477:3e705c9180e5
Fixed binary compatibility, added Sound_GetDuration().
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 12 May 2004 02:15:00 +0000 |
parents | 5b00e43ec23c |
children | 9e761a594df1 |
comparison
equal
deleted
inserted
replaced
475:f0b8865577db | 477:3e705c9180e5 |
---|---|
253 const Sound_DecoderFunctions *funcs; | 253 const Sound_DecoderFunctions *funcs; |
254 Sound_AudioCVT sdlcvt; | 254 Sound_AudioCVT sdlcvt; |
255 void *buffer; | 255 void *buffer; |
256 Uint32 buffer_size; | 256 Uint32 buffer_size; |
257 void *decoder_private; | 257 void *decoder_private; |
258 Sint32 total_time; | |
258 } Sound_SampleInternal; | 259 } Sound_SampleInternal; |
259 | 260 |
260 | 261 |
261 /* error messages... */ | 262 /* error messages... */ |
262 #define ERR_IS_INITIALIZED "Already initialized" | 263 #define ERR_IS_INITIALIZED "Already initialized" |