AddTapi.NET Developer's Manual
AudioInputFormat Property
NamespacesTraysoft.AddTapiTapiLineAudioInputFormat
Gets or sets the format of audio input.
Declaration Syntax
C#Visual BasicVisual C++
public TapiAudioFormat AudioInputFormat { get; set; }
Public Property AudioInputFormat As TapiAudioFormat
public:
property TapiAudioFormat AudioInputFormat {
	TapiAudioFormat get ();
	void set (TapiAudioFormat value);
}
Remarks
This property specifies the format for the audio input on the line. Default value is TapiAudioFormat.Default, which means that AddTapi.NET will detect supported audio format automatically. Some telephony devices do not report supported audio formats properly. You will need to set AudioInputFormat to a specific format (for example TapiAudioFormat.PCM_8kHz16BitMono) for such devices.

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