C# Class Commons.Music.Midi.EmptyMidiOutput

Inheritance: EmptyMidiPort, IMidiOutput
Afficher le fichier Open project: atsushieno/managed-midi Class Usage Examples

Méthodes publiques

Méthode Description
SendAsync ( byte mevent, int offset, int length, long timestamp ) : System.Threading.Tasks.Task

Private Methods

Méthode Description
CreateDetails ( ) : IMidiPortDetails
EmptyMidiOutput ( ) : System

Method Details

SendAsync() public méthode

public SendAsync ( byte mevent, int offset, int length, long timestamp ) : System.Threading.Tasks.Task
mevent byte
offset int
length int
timestamp long
Résultat System.Threading.Tasks.Task