Tao.Sdl SDK Documentation

Sdl.SDL_AudioInit Method 

This function is used internally, and should not be used unless you have a specific need to specify the audio driver you want to use. You should normally use SDL_Init or SDL_InitSubSystem.

[Visual Basic]
Public Shared Function SDL_AudioInit( _
   ByVal driver_name As String _
) As Integer
[C#]
public static int SDL_AudioInit(
   string driver_name
);

Parameters

driver_name

Return Value

Remarks

Binds to C-function call in SDL_audio.h:

int SDL_AudioInit(const char *driver_name)
            

See Also

Sdl Class | Tao.Sdl Namespace