C# 클래스 WaveLib.WaveOutPlayer

상속: IDisposable
파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Disposing bool

공개 메소드들

메소드 설명
Dispose ( ) : void
Stop ( ) : void
WaveOutPlayer ( int device, WaveFormat format, int bufferSize, int bufferCount, BufferFillEventHandler fillProc ) : System

비공개 메소드들

메소드 설명
Advance ( ) : void
AllocateBuffers ( int bufferSize, int bufferCount ) : void
FreeBuffers ( ) : void
ThreadProc ( ) : void
WaitForAllBuffers ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

WaveOutPlayer() 공개 메소드

public WaveOutPlayer ( int device, WaveFormat format, int bufferSize, int bufferCount, BufferFillEventHandler fillProc ) : System
device int
format WaveFormat
bufferSize int
bufferCount int
fillProc BufferFillEventHandler
리턴 System

프로퍼티 상세

Disposing 공개적으로 프로퍼티

public bool Disposing
리턴 bool