ModuleManager.addModule

Adds a plugin to the list.

class ModuleManager
public nothrow
void
addModule
(,
size_t[] inBuffs
,
ubyte[] inCfg
,
size_t[] outBuffs
,
ubyte[] outCfg
)

Parameters

md AudioModule

The audio module to be added. Automatic set-up is done upon addition.

inBuffs size_t[]

list of the audio inputs to be added, or null if none.

inCfg ubyte[]

list of audio input IDs to be used. Must be matched with inBuffs outBuffs - list of the audio outputs to be added, of null if none.

outCfg ubyte[]

list of audio output IDs to be used. Must be matched with outBuffs

Meta