|
TelephonyServerWaveAppendFromVap Method (String, String, Int32) |
Appends Vap Segments from an indexed file to an exisiting wave file.
Namespace:
VoiceElements.Client
Assembly:
VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax public void WaveAppendFromVap(
string baseFile,
string vapFile,
int[] vapIndicies
)
Public Sub WaveAppendFromVap (
baseFile As String,
vapFile As String,
vapIndicies As Integer()
)
public:
void WaveAppendFromVap(
String^ baseFile,
String^ vapFile,
array<int>^ vapIndicies
)
member WaveAppendFromVap :
baseFile : string *
vapFile : string *
vapIndicies : int[] -> unit
Parameters
- baseFile
- Type: SystemString
- vapFile
- Type: SystemString
- vapIndicies
- Type: SystemInt32
See Also