Tao.Sdl SDK Documentation

SdlMixer.MixEffectFunctionDelegate Delegate

[Visual Basic]
Public Delegate Sub SdlMixer.MixEffectFunctionDelegate( _
   ByVal chan As Integer, _
   ByVal stream As IntPtr, _
   ByVal len As Integer, _
   ByVal udata As IntPtr _
)
[C#]
public delegate void SdlMixer.MixEffectFunctionDelegate(
   int chan,
   IntPtr stream,
   int len,
   IntPtr udata
);

Requirements

Namespace: Tao.Sdl

Assembly: Tao.Sdl (in Tao.Sdl.dll)

See Also

Tao.Sdl Namespace