Package org.robovm.apple.coremidi
Class MIDIEventPacket
- All Implemented Interfaces:
Iterable<MIDIEventPacket>
public class MIDIEventPacket extends Struct<MIDIEventPacket>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMIDIEventPacket.MIDIEventPacketPtr -
Constructor Summary
Constructors Constructor Description MIDIEventPacket()MIDIEventPacket(long timeStamp, int wordCount, IntBuffer words) -
Method Summary
Modifier and Type Method Description longgetTimeStamp()intgetWordCount()IntBuffergetWords()MIDIEventPacketsetTimeStamp(long timeStamp)MIDIEventPacketsetWordCount(int wordCount)MIDIEventPacketsetWords(IntBuffer words)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
-
Constructor Details
-
MIDIEventPacket
public MIDIEventPacket() -
MIDIEventPacket
-
-
Method Details
-
getTimeStamp
public long getTimeStamp() -
setTimeStamp
-
getWordCount
public int getWordCount() -
setWordCount
-
getWords
-
setWords
-