TAPIEx ActiveX Control v3.6 |
The AddNewEx2 method create new item and load the specified wave file which in memory into the memory buffer of our control.
Sub AddNewEx2( ID As String, MemAddress As Long, Size As Long)
To delete the specified IMemoryBuffer item, please use DeleteItem() method.
To load a list of wave files, please use the LoadFromList() method.
To load the wave file which in memory, please use AddNewEx() method.