Arguments for audio source error event from audio source.
상속: System.EventArgs
예제 #1
0
 void output_AudioOutputError(object sender, AudioOutputErrorEventArgs e)
 {
     throw new Exception(e.Description);
 }