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