Click or drag to resize
TapiLineAudioInputFormat Property
Gets or sets the format of audio input.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public TapiAudioFormat AudioInputFormat { get; set; }

Property Value

Type: TapiAudioFormat
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.
See Also