C# 클래스 DotNES.Core.NESWaveProvider

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

공개 메소드들

메소드 설명
NESWaveProvider ( AudioBuffer audioBuffer ) : System
NESWaveProvider ( int sampleRate, int channels ) : System
Read ( byte buffer, int offset, int count ) : int
Read ( float buffer, int offset, int sampleCount ) : int
SetWaveFormat ( int sampleRate, int channels ) : void

메소드 상세

NESWaveProvider() 공개 메소드

public NESWaveProvider ( AudioBuffer audioBuffer ) : System
audioBuffer AudioBuffer
리턴 System

NESWaveProvider() 공개 메소드

public NESWaveProvider ( int sampleRate, int channels ) : System
sampleRate int
channels int
리턴 System

Read() 공개 메소드

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

Read() 공개 메소드

public Read ( float buffer, int offset, int sampleCount ) : int
buffer float
offset int
sampleCount int
리턴 int

SetWaveFormat() 공개 메소드

public SetWaveFormat ( int sampleRate, int channels ) : void
sampleRate int
channels int
리턴 void