C# Class OpenRA.FileFormats.ImaAdpcmLoader

Show file Open project: cjshmyr/OpenRA Class Usage Examples

Public Methods

Method Description
LoadImaAdpcmSound ( byte raw, int &index ) : byte[]
LoadImaAdpcmSound ( byte raw, int &index, int &currentSample ) : byte[]

Private Methods

Method Description
DecodeImaAdpcmSample ( byte b, int &index, int &current ) : short

Method Details

LoadImaAdpcmSound() public static method

public static LoadImaAdpcmSound ( byte raw, int &index ) : byte[]
raw byte
index int
return byte[]

LoadImaAdpcmSound() public static method

public static LoadImaAdpcmSound ( byte raw, int &index, int &currentSample ) : byte[]
raw byte
index int
currentSample int
return byte[]