Show / Hide Table of Contents

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX