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