Class MIDIPacket

  • All Implemented Interfaces:
    java.lang.Iterable<MIDIPacket>

    public class MIDIPacket
    extends org.robovm.rt.bro.Struct<MIDIPacket>
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  MIDIPacket.MIDIPacketPtr  
      • Nested classes/interfaces inherited from class org.robovm.rt.bro.Struct

        org.robovm.rt.bro.Struct.Marshaler
    • Constructor Summary

      Constructors 
      Constructor Description
      MIDIPacket()  
      MIDIPacket​(long timeStamp, short length, java.nio.ByteBuffer data)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.nio.ByteBuffer getData()  
      short getLength()  
      long getTimeStamp()  
      MIDIPacket setData​(java.nio.ByteBuffer data)  
      MIDIPacket setLength​(short length)  
      MIDIPacket setTimeStamp​(long timeStamp)  
      • 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
      • Methods inherited from class org.robovm.rt.bro.NativeObject

        equals, getHandle, hashCode, setHandle
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • MIDIPacket

        public MIDIPacket()
      • MIDIPacket

        public MIDIPacket​(long timeStamp,
                          short length,
                          java.nio.ByteBuffer data)
    • Method Detail

      • getTimeStamp

        public long getTimeStamp()
      • setTimeStamp

        public MIDIPacket setTimeStamp​(long timeStamp)
      • getLength

        public short getLength()
      • setLength

        public MIDIPacket setLength​(short length)
      • getData

        public java.nio.ByteBuffer getData()
      • setData

        public MIDIPacket setData​(java.nio.ByteBuffer data)