C# 클래스 Sharpex2D.Audio.WaveOut.WaveOutBuffer

상속: IDisposable
파일 보기 프로젝트 열기: ThuCommix/Sharpex2D

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes the object.

Dispose ( bool disposing ) : void

Disposes the object.

Initialize ( ) : void

Initializes the buffer.

WaveOutBuffer ( WaveOut waveOut, int bufferSize ) : System

Initializes a new WaveOutBuffer class.

WriteData ( ) : bool

Writes data to the buffer.

메소드 상세

Dispose() 공개 메소드

Disposes the object.
public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

Disposes the object.
public Dispose ( bool disposing ) : void
disposing bool The disposing state.
리턴 void

Initialize() 공개 메소드

Initializes the buffer.
public Initialize ( ) : void
리턴 void

WaveOutBuffer() 공개 메소드

Initializes a new WaveOutBuffer class.
public WaveOutBuffer ( WaveOut waveOut, int bufferSize ) : System
waveOut WaveOut The WaveOut.
bufferSize int The BufferSize.
리턴 System

WriteData() 공개 메소드

Writes data to the buffer.
public WriteData ( ) : bool
리턴 bool