C# 클래스 SharpQuake.WavHelper

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

공개 메소드들

메소드 설명
FindChunk ( string name, int startFromChunk ) : int
GetLittleLong ( int index ) : int
GetLittleShort ( int index ) : short
WavHelper ( byte wav ) : System

메소드 상세

FindChunk() 공개 메소드

public FindChunk ( string name, int startFromChunk ) : int
name string
startFromChunk int
리턴 int

GetLittleLong() 공개 메소드

public GetLittleLong ( int index ) : int
index int
리턴 int

GetLittleShort() 공개 메소드

public GetLittleShort ( int index ) : short
index int
리턴 short

WavHelper() 공개 메소드

public WavHelper ( byte wav ) : System
wav byte
리턴 System