AddTapi.NET Developer's Manual
SpeechVolume Property
NamespacesTraysoft.AddTapiTapiLineSpeechVolume
Gets or sets the volume of speech on the line.
Declaration Syntax
C#Visual BasicVisual C++
public int SpeechVolume { get; set; }
Public Property SpeechVolume As Integer
public:
property int SpeechVolume {
	int get ();
	void set (int value);
}
Remarks
This property specifies the volume level of text synthesis. Volume levels are specified in percentage values ranging from zero to 100.

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