Package org.robovm.apple.coremidi
Class MIDIEventList
- All Implemented Interfaces:
Iterable<MIDIEventList>
public class MIDIEventList extends Struct<MIDIEventList>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMIDIEventList.MIDIEventListPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MIDIEventList()MIDIEventList(MIDIProtocolID protocol, int numPackets) -
Method Summary
Modifier and Type Method Description voidforEachEvent(FunctionPtr visitor, VoidPtr visitorContext)intgetNumPackets()MIDIEventPacketgetPacket()MIDIProtocolIDgetProtocol()MIDIEventListsetNumPackets(int numPackets)MIDIEventListsetProtocol(MIDIProtocolID protocol)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, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
MIDIEventList
public MIDIEventList() -
MIDIEventList
-
-
Method Details
-
getProtocol
-
setProtocol
-
getNumPackets
public int getNumPackets() -
setNumPackets
-
getPacket
-
forEachEvent
- Since:
- Available in iOS 15.0 and later.
-