Home | History | Annotate | Download | only in SDL

Lines Matching refs:cvt

91 	void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
203 * and rate, and initializes the 'cvt' structure with information needed
208 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt,
212 /* Once you have initialized the 'cvt' structure using SDL_BuildAudioCVT(),
213 * created an audio buffer cvt->buf, and filled it with cvt->len bytes of
217 * cvt->buf should be allocated after the cvt structure is initialized by
218 * SDL_BuildAudioCVT(), and should be cvt->len*cvt->len_mult bytes long.
220 extern DECLSPEC int SDLCALL SDL_ConvertAudio(SDL_AudioCVT *cvt);