DerelictAudioUnitLoader

Undocumented in source.
class DerelictAudioUnitLoader : SharedLibLoader {}

Constructors

this
this()
Undocumented in source.

Members

Functions

loadSymbols
void loadSymbols()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From SharedLibLoader

bindFunc
void bindFunc(void** ptr, string funcName)

Binds a function pointer to a symbol in this loader's shared library.

load
void load()
Undocumented in source. Be warned that the author may not have intended to support it.
unload
void unload()
Undocumented in source. Be warned that the author may not have intended to support it.
loadSymbols
void loadSymbols()

Implemented by subclasses to load all symbols with bindFunc.

Meta