C# 클래스 DSPUtil.SampleBuffer

상속: SoundObj, ISampleBuffer
파일 보기 프로젝트 열기: hughpyle/inguz-DSPUtil 1 사용 예제들

공개 메소드들

메소드 설명
PaddedSubset ( int start, int count ) : ISoundObj

Variant of Subset, supporting negative "start" values

Read ( int n, int &nn, bool &moreSamples ) : ISample[]
ReadComplex ( int n, int &nn, bool &moreSamples ) : Complex[][]
Reset ( ) : void
SampleBuffer ( ) : System
SampleBuffer ( ISoundObj input ) : System
Skip ( int n, int &nn, bool &moreSamples ) : void
Subset ( int start ) : ISoundObj
Subset ( int start, int count ) : ISoundObj

비공개 메소드들

메소드 설명
GetInputEnum ( ) : ISampleBuffer

메소드 상세

PaddedSubset() 공개 메소드

Variant of Subset, supporting negative "start" values
public PaddedSubset ( int start, int count ) : ISoundObj
start int
count int
리턴 ISoundObj

Read() 공개 메소드

public Read ( int n, int &nn, bool &moreSamples ) : ISample[]
n int
nn int
moreSamples bool
리턴 ISample[]

ReadComplex() 공개 메소드

public ReadComplex ( int n, int &nn, bool &moreSamples ) : Complex[][]
n int
nn int
moreSamples bool
리턴 Complex[][]

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

SampleBuffer() 공개 메소드

public SampleBuffer ( ) : System
리턴 System

SampleBuffer() 공개 메소드

public SampleBuffer ( ISoundObj input ) : System
input ISoundObj
리턴 System

Skip() 공개 메소드

public Skip ( int n, int &nn, bool &moreSamples ) : void
n int
nn int
moreSamples bool
리턴 void

Subset() 공개 메소드

public Subset ( int start ) : ISoundObj
start int
리턴 ISoundObj

Subset() 공개 메소드

public Subset ( int start, int count ) : ISoundObj
start int
count int
리턴 ISoundObj