Click or drag to resize
TapiLineAudioOutputFormat Property
Gets or sets the format of audio output.

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

Property Value

Type: TapiAudioFormat
Remarks
This property specifies the format for the audio output 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 AudioOutputFormat to a specific format (for example TapiAudioFormat.PCM_8kHz16BitMono) for such devices.
See Also