Click or drag to resize
DiaSpringWrapperClose Method
Closes all channels prevously opened and release all voice resources.

Namespace: Inkostar
Assembly: DiaSpringWrapper (in DiaSpringWrapper.dll) Version: 0.0.0.0
Syntax
public void Close()
Remarks
This function will fail if invoked before the [device].Open() function.
Examples
Close all channels.
C#: objDevice.Close();
VB.NET: objDevice.Close()
See Also