Class MIDIEventPacket

All Implemented Interfaces:
Iterable<MIDIEventPacket>

public class MIDIEventPacket
extends Struct<MIDIEventPacket>
  • Constructor Details

    • MIDIEventPacket

      public MIDIEventPacket()
    • MIDIEventPacket

      public MIDIEventPacket​(long timeStamp, int wordCount, IntBuffer words)
  • Method Details

    • getTimeStamp

      public long getTimeStamp()
    • setTimeStamp

      public MIDIEventPacket setTimeStamp​(long timeStamp)
    • getWordCount

      public int getWordCount()
    • setWordCount

      public MIDIEventPacket setWordCount​(int wordCount)
    • getWords

      public IntBuffer getWords()
    • setWords

      public MIDIEventPacket setWords​(IntBuffer words)