Class MIDIMetaEvent

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

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

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] getData()  
      protected org.robovm.rt.bro.ptr.BytePtr getData0()  
      java.nio.ByteBuffer getDataAsByteBuffer()  
      protected int getDataLength0()  
      byte getMetaEventType()  
      MIDIMetaEvent setData​(byte[] data)  
      protected MIDIMetaEvent setData0​(long data0)  
      protected MIDIMetaEvent setDataLength0​(int dataLength0)  
      MIDIMetaEvent setMetaEventType​(byte metaEventType)  
      • 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

      • MIDIMetaEvent

        public MIDIMetaEvent()
      • MIDIMetaEvent

        public MIDIMetaEvent​(byte metaEventType)
    • Method Detail

      • getData

        public byte[] getData()
      • getDataAsByteBuffer

        public java.nio.ByteBuffer getDataAsByteBuffer()
      • getMetaEventType

        public byte getMetaEventType()
      • setMetaEventType

        public MIDIMetaEvent setMetaEventType​(byte metaEventType)
      • getDataLength0

        protected int getDataLength0()
      • setDataLength0

        protected MIDIMetaEvent setDataLength0​(int dataLength0)
      • getData0

        protected org.robovm.rt.bro.ptr.BytePtr getData0()