Delegate SDL.SDL_AudioCallback
Namespace: SDL2
Assembly: SDL2-CS.dll
Syntax
public delegate void SDL_AudioCallback(IntPtr userdata, IntPtr stream, int len);
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | userdata | |
| System.IntPtr | stream | |
| System.Int32 | len |