Tao.Sdl SDK Documentation

Sdl.SDL_LoadWAV_RW Method (IntPtr, Int32, IntPtr, IntPtr, Int32)

[Visual Basic]
Overloads Public Shared Function SDL_LoadWAV_RW( _
   ByVal src As IntPtr, _
   ByVal freesrc As Integer, _
   ByRef spec As IntPtr, _
   ByRef audio_buf As IntPtr, _
   ByRef audio_len As Integer _
) As IntPtr
[C#]
public static IntPtr SDL_LoadWAV_RW(
   IntPtr src,
   int freesrc,
   out IntPtr spec,
   out IntPtr audio_buf,
   out int audio_len
);

See Also

Sdl Class | Tao.Sdl Namespace | Sdl.SDL_LoadWAV_RW Overload List