TAPIEx ActiveX Control v3.6

AddNew

The AddNew method create new item and load the specified wave file into the System memory.

Sub AddNew(
ID As String, 
FileName As String)

Parameters

ID
[in] the unique identifier of the IMemoryBuffer object as a string.
FileName
[in] the file path and name of the wave file.

Return Values

None.

Remarks

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.

See Also

LoadFromList