libao# 0.8.8
initialize Method
NamespacesXiph.Audio.Output.LowLevellibaoinitialize()()()
This function initializes the internal libao data structures and loads all of the available plugins. The system and user configuration files are also read at this time if available. The library must be initialized before any other libao functions can be used.
Declaration Syntax
C#Visual BasicVisual C++
public static void initialize()
Public Shared Sub initialize
public:
static void initialize()
Remarks
Do not invoke this function more than once before calling shutdown()()(). If you want to reload the configuration files without restarting your program, first call shutdown()()(), then call initialize()()() again.

Assembly: libao-sharp (Module: libao-sharp) Version: 0.8.8.18341