C# 클래스 Accord.Audio.AudioSourceErrorEventArgs

Arguments for audio source error event from audio source.
상속: System.EventArgs
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty AudioSourceErrorEventArgs

공개 메소드들

메소드 설명
AudioSourceErrorEventArgs ( string description ) : System

Initializes a new instance of the AudioSourceErrorEventArgs class.

메소드 상세

AudioSourceErrorEventArgs() 공개 메소드

Initializes a new instance of the AudioSourceErrorEventArgs class.
public AudioSourceErrorEventArgs ( string description ) : System
description string Error description.
리턴 System

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

Represents an event with no event data.
public static AudioSourceErrorEventArgs,Accord.Audio Empty
리턴 AudioSourceErrorEventArgs