C# 클래스 Examples.Playback

파일 보기 프로젝트 열기: tpb3d/TPB3D

공개 메소드들

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

메소드 상세

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 ) : byte[]
stream Stream
channels int
bits int
rate int
리턴 byte[]

Main() 공개 정적인 메소드

public static Main ( ) : void
리턴 void