Enum WaveAudioStatusEnum
Enumeration for the values returned by the StartAudio method of the WindowsAudioIo class.
Namespace: SipLib.Audio.Windows
Assembly: SipLib.Audio.Windows.dll
Syntax
public enum WaveAudioStatusEnum
Fields
| Name | Description |
|---|---|
| AlreadyStarted | Audio has already been started. |
| AudioDeviceNameNotFound | The specified Wave API audio device is not available |
| InvalidSampleRate | The specified sample rate is not valid. Valid sample rates are 8000 or 16000 samples per second. |
| NoAudioDevicesFound | No Wave API audio devices are available |
| Success | Success |