Closes all channels prevously opened and release all voice resources.
Namespace:
InkostarAssembly: 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()
C#: objDevice.Close();
VB.NET: objDevice.Close()
See Also
DiaSpringWrapper Class
Inkostar Namespace