Home | History | Annotate | Download | only in SDL

Lines Matching refs:Uint8

77 	Uint8  channels;	/**< Number of channels: 1 mono, 2 stereo */
78 Uint8 silence; /**< Audio buffer silence value (calculated) */
91 void (SDLCALL *callback)(void *userdata, Uint8 *stream, int len);
131 Uint8 *buf; /**< Buffer to hold entire audio data */
215 extern DECLSPEC SDL_AudioSpec * SDLCALL SDL_LoadWAV_RW(SDL_RWops *src, int freesrc, SDL_AudioSpec *spec, Uint8 **audio_buf, Uint32 *audio_len);
224 extern DECLSPEC void SDLCALL SDL_FreeWAV(Uint8 *audio_buf);
235 Uint16 src_format, Uint8 src_channels, int src_rate,
236 Uint16 dst_format, Uint8 dst_channels, int dst_rate);
258 extern DECLSPEC void SDLCALL SDL_MixAudio(Uint8 *dst, const Uint8 *src, Uint32 len, int volume);