Tao.Sdl SDK Documentation

Sdl.SDL_AudioSpec.callback Field

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.

[Visual Basic]
Public callback As IntPtr
[C#]
public IntPtr callback;

See Also

Sdl.SDL_AudioSpec Class | Tao.Sdl Namespace