CTI32 Class Library

cti.Source Enumeration

Where the Voice File should come from.

[Visual Basic]
Public Enum cti.Source
[C#]
public enum cti.Source

Members

Member Name Description
CTI_UIO From a UIO Callback
CTI_FILE From a File.
CTI_VAP From an indexed VAP file (where voice segments live in a single file).
CTI_MEMORY_VAP A VAP file completely loaded into memory.
CTI_MEMORY A file loaded into memory.
CTI_VAP_INDEX_IN_MEMORY From a VAP file, but the VAP's index is cached in memory.

Requirements

Namespace: CTI32NetLib

Assembly: CTI32NetLib (in CTI32NetLib.dll)

See Also

CTI32NetLib Namespace