C# 클래스 BitOrchestra.EvaluatorStream

A sound stream produced by an evaluator.
상속: NAudio.Wave.WaveStream, IDisposable
파일 보기 프로젝트 열기: dzamkov/Bit-Orchestra

공개 메소드들

메소드 설명
EvaluatorStream ( int BufferSize, Evaluator Evaluator, SoundOptions Options, bool Exporting ) : System
EvaluatorStream ( int BufferSize, Expression Expression, SoundOptions Options, bool Exporting ) : System
Read ( byte buffer, int offset, int count ) : int

비공개 메소드들

메소드 설명
IDisposable ( ) : void
_Advance ( ) : void

Advances to the next generated buffer.

메소드 상세

EvaluatorStream() 공개 메소드

public EvaluatorStream ( int BufferSize, Evaluator Evaluator, SoundOptions Options, bool Exporting ) : System
BufferSize int
Evaluator Evaluator
Options SoundOptions
Exporting bool
리턴 System

EvaluatorStream() 공개 메소드

public EvaluatorStream ( int BufferSize, Expression Expression, SoundOptions Options, bool Exporting ) : System
BufferSize int
Expression Expression
Options SoundOptions
Exporting bool
리턴 System

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int