Arguments for audio source error event from audio source.
Inheritance: System.EventArgs
Ejemplo n.º 1
0
 void output_AudioOutputError(object sender, AudioOutputErrorEventArgs e)
 {
     throw new Exception(e.Description);
 }