C# 클래스 OpenTKEngine.Playback

파일 보기 프로젝트 열기: jikoriko/OpentkEngine

공개 메소드들

메소드 설명
GetSoundFormat ( int channels, int bits ) : ALFormat
LoadWave ( Stream stream, int &channels, int &bits, int &rate, int &chunkSize ) : byte[]

메소드 상세

GetSoundFormat() 공개 정적인 메소드

public static GetSoundFormat ( int channels, int bits ) : ALFormat
channels int
bits int
리턴 ALFormat

LoadWave() 공개 정적인 메소드

public static LoadWave ( Stream stream, int &channels, int &bits, int &rate, int &chunkSize ) : byte[]
stream Stream
channels int
bits int
rate int
chunkSize int
리턴 byte[]