Click or drag to resize
Accord.NET (logo)

AudioCaptureDevice. AudioSourceError Event

Audio source error event.

Namespace:  Accord.DirectSound
Assembly:  Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntax
public event EventHandler<AudioSourceErrorEventArgs> AudioSourceError
Request Example View Source

Value

Type: System.EventHandler<AudioSourceErrorEventArgs>

Implements

IAudioSource.AudioSourceError
Remarks
This event is used to notify clients about any type of errors occurred in audio source object, for example internal exceptions.
See Also