Click or drag to resize
Accord.NET (logo)

IAudioOutputAudioOutputError Event

Audio output error event.

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

Value

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