Package org.robovm.apple.coremidi
Class MIDIPacketList
- All Implemented Interfaces:
Iterable<MIDIPacketList>
public class MIDIPacketList extends Struct<MIDIPacketList>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMIDIPacketList.MIDIPacketListPtr -
Constructor Summary
Constructors Constructor Description MIDIPacketList() -
Method Summary
Modifier and Type Method Description protected MIDIPacketadd(long listSize, MIDIPacket curPacket, long time, long nData, BytePtr data)Deprecated.Use MIDIEventListAddintgetNumPackets()MIDIPacketgetPacket()MIDIPacketinit()Deprecated.Use MIDIEventListInitMIDIPacketListsetNumPackets(int numPackets)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
-
MIDIPacketList
public MIDIPacketList()
-
-
Method Details
-
getNumPackets
public int getNumPackets() -
setNumPackets
-
getPacket
-
init
Deprecated.Use MIDIEventListInit -
add
@Deprecated protected MIDIPacket add(long listSize, MIDIPacket curPacket, long time, long nData, BytePtr data)Deprecated.Use MIDIEventListAdd
-