C# 클래스 BaseIntrument, coderelay-audio

파일 보기 프로젝트 열기: FacepunchProgrammers/coderelay-audio 1 사용 예제들

공개 메소드들

메소드 설명
Process ( IEnumerable events, long length ) : double[]

보호된 메소드들

메소드 설명
Render ( double buffer, long offset, long samples ) : void

메소드 상세

Process() 공개 메소드

public Process ( IEnumerable events, long length ) : double[]
events IEnumerable
length long
리턴 double[]

Render() 보호된 추상적인 메소드

protected abstract Render ( double buffer, long offset, long samples ) : void
buffer double
offset long
samples long
리턴 void