Tao.Sdl SDK Documentation

SdlMixer.Mix_RegisterEffect Method 

[Visual Basic]
Public Shared Function Mix_RegisterEffect( _
   ByVal chan As Integer, _
   ByVal f As MixEffectFunctionDelegate, _
   ByVal d As MixEffectDoneDelegate, _
   ByVal arg As IntPtr _
) As Integer
[C#]
public static int Mix_RegisterEffect(
   int chan,
   MixEffectFunctionDelegate f,
   MixEffectDoneDelegate d,
   IntPtr arg
);

See Also

SdlMixer Class | Tao.Sdl Namespace