CTI32 Class Library

cti.Play Method

Plays a prompt or message out the specified channel. The voice message can come from one of 4 sources. 1. Play an entire file from beginning to end. 2. Play specifed prompts from a single indexed voice file (VAP). 3. Play a message from memory. 4. Play prompts from a memory VAP (indexed voice file). 5. Play prompts from a file based VAP file with the index portion of the VAP loaded in memory. In addition to specifying the source of the file, you must specify the voice file format and speed. You must also specify the various ways the play may terminate.

Overload List

Plays a prompt or message out the specified channel. The voice message can come from one of 4 sources. 1. Play an entire file from beginning to end. 2. Play specifed prompts from a single indexed voice file (VAP). 3. Play a message from memory. 4. Play prompts from a memory VAP (indexed voice file). 5. Play prompts from a file based VAP file with the index portion of the VAP loaded in memory. In addition to specifying the source of the file, you must specify the voice file format and speed. You must also specify the various ways the play may terminate.

public static TermCode Play(int,Source,VoiceFormat,byte[],int,string,string,int,string);

Plays a prompt or message out the specified channel. The voice message can come from one of 4 sources. 1. Play an entire file from beginning to end. 2. Play specifed prompts from a single indexed voice file (VAP). 3. Play a message from memory. 4. Play prompts from a memory VAP (indexed voice file). 5. Play prompts from a file based VAP file with the index portion of the VAP loaded in memory. In addition to specifying the source of the file, you must specify the voice file format and speed. You must also specify the various ways the play may terminate.

public static TermCode Play(int,Source,VoiceFormat,string,int,string,string,int,string);

See Also

cti Class | CTI32NetLib Namespace