Accord.Audio.AudioOutputErrorEventArgs.AudioOutputErrorEventArgs C# (CSharp) 메소드

AudioOutputErrorEventArgs() 공개 메소드

Initializes a new instance of the AudioSourceErrorEventArgs class.
public AudioOutputErrorEventArgs ( string description ) : System
description string Error description.
리턴 System
        public AudioOutputErrorEventArgs(string description)
        {
            this.description = description;
        }
AudioOutputErrorEventArgs