diaGlobWrapper Help
Assembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Stops immediately the current playback of the voice prompt.
Namespace:
InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntax
| C# |
|---|
public void StopPlayback( Channel CurrentChannel ) |
| Visual Basic (Declaration) |
|---|
Public Sub StopPlayback ( _ CurrentChannel As Channel _ ) |
| Visual C++ |
|---|
public: void StopPlayback( Channel^ CurrentChannel ) |
Parameters
- CurrentChannel
- Type: Inkostar..::.Channel
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
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)
C#: objDevice.StopPlayback(ChannelInbound);
VB.NET: objDevice.StopPlayback(ChannelInbound)