AddTapi.NET Developer's Manual
TapiMediaMode Enumeration
NamespacesTraysoft.AddTapiTapiMediaMode
Describes media types (or modes) of a call.
Declaration Syntax
C#Visual BasicVisual C++
[FlagsAttribute]
public enum TapiMediaMode
<FlagsAttribute> _
Public Enumeration TapiMediaMode
[FlagsAttribute]
public enum class TapiMediaMode
Members
MemberDescription
Default
AddTapi.NET will select media mode based on capabilities of telephony hardware.

Unknown
Media mode is not currently known and may become known later.

InteractiveVoice
A voice call, and the call is handled as an interactive voice call with humans on both ends.

AutomatedVoice
A voice call, and the call is locally handled by an automated application.

DataModem
A data modem session on the call.

All
A mask that includes all media modes.

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