|
TelephonyServerWaveAppendFromVap Method (String, String, String) |
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,
string commaSeparatedIndices
)
Public Sub WaveAppendFromVap (
baseFile As String,
vapFile As String,
commaSeparatedIndices As String
)
public:
void WaveAppendFromVap(
String^ baseFile,
String^ vapFile,
String^ commaSeparatedIndices
)
member WaveAppendFromVap :
baseFile : string *
vapFile : string *
commaSeparatedIndices : string -> unit
Parameters
- baseFile
- Type: SystemString
- vapFile
- Type: SystemString
- commaSeparatedIndices
- Type: SystemString
See Also