Click or drag to resize
TapiCallStopPlayback Method
Stops currently playing wave file or text-to-speech.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public void StopPlayback()
Remarks

StopPlayback stops playback of wave file or text-to-speech and purges all pending speak and play requests. Use this method to stop audio output before calling StartRecording(String) if the telephony hardware does not support simultaneous playback and recording.

See Also