CTI32 Class Library

cti.AppendToWave Method 

Append a Wave file recorded by Dialogic to an existing Wave file of the same type

[Visual Basic]
Public Shared Function AppendToWave( _
   ByVal fileToAppendTo As String, _
   ByVal fileToAppend As String _
) As Integer
[C#]
public static int AppendToWave(
   string fileToAppendTo,
   string fileToAppend
);

Parameters

fileToAppendTo
The existing file you want to append the new wave file to the end of
fileToAppend
The wave file you want to patch to the end of the existing wave

Return Value

See Also

cti Class | CTI32NetLib Namespace