Click or drag to resize
Accord.NET (logo)

IAudioSourceAudioSourceError Event

Audio source error event.

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

Value

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