C# Class SharpQuake.WavHelper

Show file Open project: Memorix101/SharpQuake Class Usage Examples

Public Methods

Method Description
FindChunk ( string name, int startFromChunk ) : int
GetLittleLong ( int index ) : int
GetLittleShort ( int index ) : short
WavHelper ( byte wav ) : System

Method Details

FindChunk() public method

public FindChunk ( string name, int startFromChunk ) : int
name string
startFromChunk int
return int

GetLittleLong() public method

public GetLittleLong ( int index ) : int
index int
return int

GetLittleShort() public method

public GetLittleShort ( int index ) : short
index int
return short

WavHelper() public method

public WavHelper ( byte wav ) : System
wav byte
return System