Description
The AddNew method create new item and load the specified wave file into the System memory.
[Visual Basic]
Sub AddNew( ID As String, FileName As String)
Sub AddNew( ID As String, RawData As byte[])
[C#]
public void AddNew(String ID, String FileName);
public void AddNew(String ID, byte[] RawData);
Parameters
- ID
- [in] the unique identifier of the MemoryBuffer object as a string.
- FileName
- [in] the file path and name of the wave file.
- RawData
- [in] raw PCM audio data in array of bytes.
Return values
- None.
Remarks
To delete the specified MemoryBuffer item, please use DeleteItem() method.
To load a list of wave files, please use the LoadFromList() method.
See Also
Support editions
