메소드 | 설명 | |
---|---|---|
DecompressFile ( ) : void |
Decompresses the sounddata and stores it in the the decompressed stream in this class.
|
|
LoadFile ( byte Data ) : void |
Loads an *.xa file, setting things up for decompression. Should always be called before DecompressFile().
|
|
LoadFile ( string Path ) : void |
Loads a *.xa file, setting things up for decompression. Should always be called before DecompressFile().
|
|
XAFile ( byte data ) : System | ||
XAFile ( string path ) : System |
메소드 | 설명 | |
---|---|---|
Clip16BitSample ( int sample ) : int | ||
DecompressMono ( byte InputBuffer ) : void |
Decompresses a mono sample.
|
|
DecompressStereo ( byte InputBuffer ) : void |
Decompresses a stereo sample.
|
|
HINIBBLE ( byte B ) : byte | ||
LONIBBLE ( byte B ) : byte |
public LoadFile ( byte Data ) : void | ||
Data | byte | The data of the *.xa file to process. |
리턴 | void |
public LoadFile ( string Path ) : void | ||
Path | string | The path to the *.xa file to load. |
리턴 | void |