Click or drag to resize
Accord.NET (logo)

AudioOutputDeviceAudioOutputError Event

Audio output error event.

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

Value

Type: SystemEventHandlerAudioOutputErrorEventArgs

Implements

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