Wiki Page Content

Revision 1 as of 2009-11-06 22:28:28

Clear message

SDL_BuildAudioCVT

Use this function to access the raw audio mixing buffer for the SDL library.

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

SDL_OtherFunction

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit