Closes all channels prevously opened and release all voice resources.

Namespace:  Inkostar
Assembly:  DiaSpringWrapper (in DiaSpringWrapper.dll)
Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Close()
Public Sub Close
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

Inkostar Namespace