Свойство | Type | Description | |
---|---|---|---|
_baseFreq | int | ||
_isOpen | bool | ||
_mixer | IMixer | ||
_mixerSoundHandle | SoundHandle |
Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
Open ( ) : MidiDriverError | ||
ReadBuffer ( short data, int count ) : int | ||
SetTimerCallback ( object timerParam, TimerProc timerProc ) : void |
Méthode | Description | |
---|---|---|
EmulatedMidiDriver ( IMixer mixer ) | ||
GenerateSamples ( short buf, int pos, int len ) : void | ||
OnTimer ( ) : void |
protected abstract GenerateSamples ( short buf, int pos, int len ) : void | ||
buf | short | |
pos | int | |
len | int | |
Résultat | void |
public ReadBuffer ( short data, int count ) : int | ||
data | short | |
count | int | |
Résultat | int |
public SetTimerCallback ( object timerParam, TimerProc timerProc ) : void | ||
timerParam | object | |
timerProc | TimerProc | |
Résultat | void |