C# 클래스 DotNES.Core.AudioBuffer

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

공개 메소드들

메소드 설명
copy ( float src, int srcOffset, float dest, int destOffset, int length ) : void
copyToArray ( float audioBuff, int offset, int numSamples ) : int
write ( float value ) : void

메소드 상세

copy() 공개 메소드

public copy ( float src, int srcOffset, float dest, int destOffset, int length ) : void
src float
srcOffset int
dest float
destOffset int
length int
리턴 void

copyToArray() 공개 메소드

public copyToArray ( float audioBuff, int offset, int numSamples ) : int
audioBuff float
offset int
numSamples int
리턴 int

write() 공개 메소드

public write ( float value ) : void
value float
리턴 void