Package org.robovm.apple.coremidi
Class MIDIValueMap
- All Implemented Interfaces:
Iterable<MIDIValueMap>
public class MIDIValueMap extends Struct<MIDIValueMap>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMIDIValueMap.MIDIValueMapPtr -
Constructor Summary
Constructors Constructor Description MIDIValueMap()MIDIValueMap(ByteBuffer value) -
Method Summary
Modifier and Type Method Description ByteBuffergetValue()MIDIValueMapsetValue(ByteBuffer value)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
-
MIDIValueMap
public MIDIValueMap() -
MIDIValueMap
-
-
Method Details