Gets or sets the format of audio output.
| C# | Visual Basic | Visual C++ |
public TapiAudioFormat AudioOutputFormat { get; set; }
Public Property AudioOutputFormat As TapiAudioFormat
public: property TapiAudioFormat AudioOutputFormat { TapiAudioFormat get (); void set (TapiAudioFormat value); }
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.
Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)