C# 클래스 AlphaSynth.Ds.CircularSampleBuffer

파일 보기 프로젝트 열기: CoderLine/alphaSynth 1 사용 예제들

공개 메소드들

메소드 설명
CircularSampleBuffer ( int size ) : System
Clear ( ) : void
Read ( AlphaSynth.Ds.SampleArray data, int offset, int count ) : int
Write ( AlphaSynth.Ds.SampleArray data, int offset, int count ) : int

메소드 상세

CircularSampleBuffer() 공개 메소드

public CircularSampleBuffer ( int size ) : System
size int
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Read() 공개 메소드

public Read ( AlphaSynth.Ds.SampleArray data, int offset, int count ) : int
data AlphaSynth.Ds.SampleArray
offset int
count int
리턴 int

Write() 공개 메소드

public Write ( AlphaSynth.Ds.SampleArray data, int offset, int count ) : int
data AlphaSynth.Ds.SampleArray
offset int
count int
리턴 int