Tao.Sdl SDK Documentation
SdlMixer.Mix_UnregisterEffect Method
[Visual Basic]
Public Shared Function Mix_UnregisterEffect( _
ByVal
chan
As
Integer
, _
ByVal
f
As
MixEffectFunctionDelegate
_
) As
Integer
[C#]
public static
int
Mix_UnregisterEffect(
int
chan
,
MixEffectFunctionDelegate
f
);
See Also
SdlMixer Class
|
Tao.Sdl Namespace