Callback function for filling the audio buffer This function is called when the audio device needs more data. 'stream' is a pointer to the audio data buffer 'len' is the length of that buffer in bytes. Once the callback returns, the buffer will no longer be valid. Stereo samples are stored in a LRLRLR ordering.
Sdl.SDL_AudioSpec Class | Tao.Sdl Namespace