C# 클래스 SimTelemetry.SoundPlayer

상속: IDisposable
파일 보기 프로젝트 열기: nlhans/SimTelemetry

공개 메소드들

메소드 설명
Close ( ) : void
Dispose ( ) : void
Keepup ( ) : void
Pause ( ) : void
PullAudio ( short buf, int length ) : void
Resume ( ) : void
SoundPlayer ( Control owner, PullAudio pullAudio, string sample, short channels ) : System

비공개 메소드들

메소드 설명
SoundPlayback ( ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Keepup() 공개 메소드

public Keepup ( ) : void
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

PullAudio() 공개 정적인 메소드

public static PullAudio ( short buf, int length ) : void
buf short
length int
리턴 void

Resume() 공개 메소드

public Resume ( ) : void
리턴 void

SoundPlayer() 공개 메소드

public SoundPlayer ( Control owner, PullAudio pullAudio, string sample, short channels ) : System
owner System.Windows.Forms.Control
pullAudio PullAudio
sample string
channels short
리턴 System