C# Class OpenRA.Mods.Common.FileFormats.ImaAdpcmReader

Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Méthode Description
LoadImaAdpcmSound ( byte raw, int &index ) : byte[]
LoadImaAdpcmSound ( byte raw, int &index, int &currentSample ) : byte[]

Private Methods

Méthode Description
DecodeImaAdpcmSample ( byte b, int &index, int &current ) : short

Method Details

LoadImaAdpcmSound() public static méthode

public static LoadImaAdpcmSound ( byte raw, int &index ) : byte[]
raw byte
index int
Résultat byte[]

LoadImaAdpcmSound() public static méthode

public static LoadImaAdpcmSound ( byte raw, int &index, int &currentSample ) : byte[]
raw byte
index int
currentSample int
Résultat byte[]