Show / Hide Table of Contents

Delegate SDL_mixer.Mix_EffectFunc_t

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