|
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
)
Public Sub WaveAppend (
baseFile As String,
appendedFile As String
)
public:
void WaveAppend(
String^ baseFile,
String^ appendedFile
)
member WaveAppend :
baseFile : string *
appendedFile : string -> unit
Parameters
- baseFile
- Type: SystemString
The file to be appended. - appendedFile
- Type: SystemString
The file to append.
See Also