Show / Hide Table of Contents

Delegate SDL_mixer.MixFuncDelegate

Namespace: SDL2
Assembly: SDL2-CS.dll
Syntax
public delegate void MixFuncDelegate(IntPtr udata, IntPtr stream, int len);
Parameters
Type Name Description
System.IntPtr udata
System.IntPtr stream
System.Int32 len
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX