C# Class NScumm.Core.Audio.Midi.SmfMidiParser

Inheritance: MidiParser
Afficher le fichier Open project: scemino/nscumm

Méthodes publiques

Méthode Description
LoadMusic ( byte data ) : void

Méthodes protégées

Méthode Description
ParseNextEvent ( EventInfo info ) : void

Private Methods

Méthode Description
AreEquals ( byte data1, byte data2 ) : bool
AreEquals ( byte data1, string data2 ) : bool

Method Details

LoadMusic() public méthode

public LoadMusic ( byte data ) : void
data byte
Résultat void

ParseNextEvent() protected méthode

protected ParseNextEvent ( EventInfo info ) : void
info EventInfo
Résultat void