|
VoiceChange COM objects reference - main list Method PlayWAV |
DTMF = VXVoiceObject.PlayWAV(WAVName,Params,StatusParams)
Plays the file WAVName and returns received DTMF.
Parameter string Params:
Parameter Description keep_in_cache 0 (default) - temporary file for sending the file into line driver can be deleted. 1 - temporary file for sending the file into line driver wont be deleted by the object itself.
Optionaly Params can contain prameters for line driver (see Line.SendVoice).
Output parameter string StatusParams see Line.SendVoice.