Click or drag to resize

TelephonyServerWaveAppend Method

Appends a wave file. Both files must have the same format.

Namespace:  VoiceElements.Client
Assembly:  VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax
public void WaveAppend(
	string baseFile,
	string appendedFile
)

Parameters

baseFile
Type: SystemString
The file to be appended.
appendedFile
Type: SystemString
The file to append.
See Also