Tao.Sdl SDK Documentation

SdlMixer.MixFunctionDelegate Delegate

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

Requirements

Namespace: Tao.Sdl

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

See Also

Tao.Sdl Namespace