SDL_BuildAudioCVT
Use this function to access the raw audio mixing buffer for the SDL library.
Contents
Syntax
int SDL_BuildAudioCVT (SDL_AudioCVT *cvt,
SDL_AudioFormat src_format,
Uint8 src_channels,
int src_rate,
SDL_AudioFormat dst_format,
Uint8 dst_channels,
int dst_rate)
Function Parameters
Return Value
Code Examples
You can add your code example here
Remarks
You can add useful comments here
