AddTapi.NET Developer's Manual
StopPlayback Method
NamespacesTraysoft.AddTapiTapiCallStopPlayback()()()
Stops currently playing wave file or text-to-speech.
Declaration Syntax
C#Visual BasicVisual C++
public void StopPlayback()
Public Sub StopPlayback
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 your telephony hardware doesn't support simultaneous playback and recording.

See Also

Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)