The TxIvrChannel object is used to access IVR transmitr support on a per phone line basis. If your application needs to stream audio sample block data out ant of the media engine's phone lines, you will need to instantiate an instance of this class.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public class TxIvrChannel : IDisposable
Visual Basic (Declaration)
Public Class TxIvrChannel _
	Implements IDisposable
Visual C++
public ref class TxIvrChannel : IDisposable
J#
public class TxIvrChannel implements IDisposable

Inheritance Hierarchy

System..::.Object
  LanScape..::.VoipMediaEngine..::.TxIvrChannel

See Also