C# 클래스 csvorbis.DspState

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

공개 프로퍼티들

프로퍼티 타입 설명
sequence long

공개 메소드들

메소드 설명
DspState ( ) : System
DspState ( Info vi ) : System
clear ( ) : void
synthesis_blockin ( Block vb ) : int
synthesis_init ( Info vi ) : int
synthesis_pcmout ( float _pcm, int index ) : int
synthesis_read ( int bytes ) : int

비공개 메소드들

메소드 설명
ilog2 ( int v ) : int
init ( Info vi, bool encp ) : int
window ( int type, int wnd, int left, int right ) : float[]

메소드 상세

DspState() 공개 메소드

public DspState ( ) : System
리턴 System

DspState() 공개 메소드

public DspState ( Info vi ) : System
vi Info
리턴 System

clear() 공개 메소드

public clear ( ) : void
리턴 void

synthesis_blockin() 공개 메소드

public synthesis_blockin ( Block vb ) : int
vb Block
리턴 int

synthesis_init() 공개 메소드

public synthesis_init ( Info vi ) : int
vi Info
리턴 int

synthesis_pcmout() 공개 메소드

public synthesis_pcmout ( float _pcm, int index ) : int
_pcm float
index int
리턴 int

synthesis_read() 공개 메소드

public synthesis_read ( int bytes ) : int
bytes int
리턴 int

프로퍼티 상세

sequence 공개적으로 프로퍼티

public long sequence
리턴 long