Click or drag to resize
DiaGlobWrapperStopPlayback Method
diaGlobWrapper Help
Stops immediately the current playback of the voice prompt.

Namespace: Inkostar
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
public void StopPlayback(
	Channel CurrentChannel
)

Parameters

CurrentChannel
Type: InkostarChannel
The Channel on the Dialogic board on which the function is to be executed.
Remarks
This function has no effect if no playback is in progress.
Compatibility: All
On failure this function will generate an exception of type DiaGlobWrapperLibException
Examples
To stop the current playback on the inbound channel:
C#: objDevice.StopPlayback(ChannelInbound);
VB.NET: objDevice.StopPlayback(ChannelInbound)
See Also